Compare commits

..

No commits in common. "5d8dd6881f3a8b8e6936746b83b4147d64054cbb" and "76b43846ed54992fc6a195a61c12311954ede84a" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -1,9 +1,3 @@
## 0.1.0a8 (2025-02-17)
### Fix
- update structural plugin version
## 0.1.0a7 (2025-02-17) ## 0.1.0a7 (2025-02-17)
### Feat ### Feat

View file

@ -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.0a8" version = "0.1.0a7"
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.0a1", "rougail-structural-bitwarden == 0.1.0a0",
] ]
[project.urls] [project.urls]