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