Compare commits
2 commits
55635fe291
...
973184b011
| Author | SHA1 | Date | |
|---|---|---|---|
| 973184b011 | |||
| d6327522e6 |
4 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.1.0a31 (2026-05-04)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- multi layers
|
||||||
|
|
||||||
## 0.1.0a30 (2026-01-21)
|
## 0.1.0a30 (2026-01-21)
|
||||||
|
|
||||||
### 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.0a30"
|
version = "0.1.0a31"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.0a30"
|
__version__ = "0.1.0a31"
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@ class RougailUserDataBitwarden:
|
||||||
config: "Config",
|
config: "Config",
|
||||||
*,
|
*,
|
||||||
rougailconfig: "RougailConfig" = None,
|
rougailconfig: "RougailConfig" = None,
|
||||||
|
**kwargs,
|
||||||
):
|
):
|
||||||
# this is the tiramisu config object
|
# this is the tiramisu config object
|
||||||
self.config = config
|
self.config = config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue