commitfmt-windows 1.0.1__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/PKG-INFO +2 -2
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/README.md +1 -1
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows.egg-info/PKG-INFO +2 -2
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/pyproject.toml +1 -1
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows/__init__.py +0 -0
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows.egg-info/SOURCES.txt +0 -0
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows.egg-info/dependency_links.txt +0 -0
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows.egg-info/top_level.txt +0 -0
- {commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt_windows
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Utility for formatting and verifying the commit message.
|
|
5
5
|
Author-email: Mikhael Khrustik <misha@myrt.co>
|
|
6
6
|
License: MIT
|
|
@@ -81,7 +81,7 @@ exists = ["Issue-ID", "Authored-By"]
|
|
|
81
81
|
|
|
82
82
|
### Performance
|
|
83
83
|
|
|
84
|
-
commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind.
|
|
84
|
+
commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind. It's about 18x faster than commitlint.
|
|
85
85
|
|
|
86
86
|
It natively supports following platforms:
|
|
87
87
|
|
|
@@ -62,7 +62,7 @@ exists = ["Issue-ID", "Authored-By"]
|
|
|
62
62
|
|
|
63
63
|
### Performance
|
|
64
64
|
|
|
65
|
-
commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind.
|
|
65
|
+
commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind. It's about 18x faster than commitlint.
|
|
66
66
|
|
|
67
67
|
It natively supports following platforms:
|
|
68
68
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt_windows
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Utility for formatting and verifying the commit message.
|
|
5
5
|
Author-email: Mikhael Khrustik <misha@myrt.co>
|
|
6
6
|
License: MIT
|
|
@@ -81,7 +81,7 @@ exists = ["Issue-ID", "Authored-By"]
|
|
|
81
81
|
|
|
82
82
|
### Performance
|
|
83
83
|
|
|
84
|
-
commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind.
|
|
84
|
+
commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind. It's about 18x faster than commitlint.
|
|
85
85
|
|
|
86
86
|
It natively supports following platforms:
|
|
87
87
|
|
|
File without changes
|
|
File without changes
|
{commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{commitfmt_windows-1.0.1 → commitfmt_windows-1.0.3}/commitfmt_windows.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|