Compare commits

...

2 commits

Author SHA1 Message Date
01feb985fb bump: version 0.1.0a3 → 0.1.0a4 2025-02-13 13:23:23 +01:00
c16fcdb7fe fix: structural version 2025-02-13 13:23:20 +01:00
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
## 0.1.0a4 (2025-02-13)
### Fix
- structural version
## 0.1.0a2 (2025-02-13)
### Fix

View file

@ -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