tinysemver 2.0.0__tar.gz → 2.0.1__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.
- {tinysemver-2.0.0/tinysemver.egg-info → tinysemver-2.0.1}/PKG-INFO +2 -2
- {tinysemver-2.0.0 → tinysemver-2.0.1}/README.md +1 -1
- {tinysemver-2.0.0 → tinysemver-2.0.1}/pyproject.toml +1 -1
- {tinysemver-2.0.0 → tinysemver-2.0.1/tinysemver.egg-info}/PKG-INFO +2 -2
- {tinysemver-2.0.0 → tinysemver-2.0.1}/LICENSE +0 -0
- {tinysemver-2.0.0 → tinysemver-2.0.1}/setup.cfg +0 -0
- {tinysemver-2.0.0 → tinysemver-2.0.1}/tinysemver.egg-info/SOURCES.txt +0 -0
- {tinysemver-2.0.0 → tinysemver-2.0.1}/tinysemver.egg-info/dependency_links.txt +0 -0
- {tinysemver-2.0.0 → tinysemver-2.0.1}/tinysemver.egg-info/entry_points.txt +0 -0
- {tinysemver-2.0.0 → tinysemver-2.0.1}/tinysemver.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinysemver
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Tiny Semantic Versioning (SemVer) library, that doesn't depend on 300K lines of JavaScript
|
|
5
5
|
Author-email: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>, Guillaume de Rouville <31691250+grouville@users.noreply.github.com>
|
|
6
6
|
License: Apache License
|
|
@@ -324,7 +324,7 @@ jobs:
|
|
|
324
324
|
persist-credentials: false # Only if main branch if protected
|
|
325
325
|
|
|
326
326
|
- name: Run TinySemVer
|
|
327
|
-
uses: ashvardanian/tinysemver@v2
|
|
327
|
+
uses: ashvardanian/tinysemver@v2.0.1
|
|
328
328
|
with:
|
|
329
329
|
major-verbs: 'breaking,break,major'
|
|
330
330
|
minor-verbs: 'feature,minor,add,new'
|
|
@@ -98,7 +98,7 @@ jobs:
|
|
|
98
98
|
persist-credentials: false # Only if main branch if protected
|
|
99
99
|
|
|
100
100
|
- name: Run TinySemVer
|
|
101
|
-
uses: ashvardanian/tinysemver@v2
|
|
101
|
+
uses: ashvardanian/tinysemver@v2.0.1
|
|
102
102
|
with:
|
|
103
103
|
major-verbs: 'breaking,break,major'
|
|
104
104
|
minor-verbs: 'feature,minor,add,new'
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tinysemver"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.1"
|
|
8
8
|
description = "Tiny Semantic Versioning (SemVer) library, that doesn't depend on 300K lines of JavaScript"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tinysemver
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Tiny Semantic Versioning (SemVer) library, that doesn't depend on 300K lines of JavaScript
|
|
5
5
|
Author-email: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>, Guillaume de Rouville <31691250+grouville@users.noreply.github.com>
|
|
6
6
|
License: Apache License
|
|
@@ -324,7 +324,7 @@ jobs:
|
|
|
324
324
|
persist-credentials: false # Only if main branch if protected
|
|
325
325
|
|
|
326
326
|
- name: Run TinySemVer
|
|
327
|
-
uses: ashvardanian/tinysemver@v2
|
|
327
|
+
uses: ashvardanian/tinysemver@v2.0.1
|
|
328
328
|
with:
|
|
329
329
|
major-verbs: 'breaking,break,major'
|
|
330
330
|
minor-verbs: 'feature,minor,add,new'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|