Compare commits
No commits in common. "01feb985fb92d11476b8d3623812c640d634396e" and "b16e71846be963ae75febcd64b4121204084a235" have entirely different histories.
01feb985fb
...
b16e71846b
2 changed files with 4 additions and 10 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 0.1.0a4 (2025-02-13)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- structural version
|
|
||||||
|
|
||||||
## 0.1.0a2 (2025-02-13)
|
## 0.1.0a2 (2025-02-13)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.user_data_bitwarden"
|
name = "rougail.user_data_bitwarden"
|
||||||
version = "0.1.0a4"
|
version = "0.1.0a3"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail user_data Bitwarden"
|
description = "Rougail user_data Bitwarden"
|
||||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rougail >= 1.1,<2",
|
"rougail >= 1.1,<2",
|
||||||
"rougail-structural-bitwarden == 0.1.0a0",
|
"rougail-structural == 0.1.0a0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
@ -37,5 +37,5 @@ name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "pep440"
|
version_scheme = "pep440"
|
||||||
version_provider = "pep621"
|
version_provider = "pep621"
|
||||||
update_changelog_on_bump = true
|
#update_changelog_on_bump = true
|
||||||
changelog_merge_prerelease = true
|
#changelog_merge_prerelease = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue