File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.1.0 (2026-01-12)
2+
3+ ### Feat
4+
5+ - support organizations renaming
6+ - Update issue templates
7+
8+ ### Fix
9+
10+ - ** logger** : make the response content of a failed api call available to an exception handler
11+ - ** crypto** : fix raise DecryptError
12+
13+ ### Refactor
14+
15+ - migrate to ruff-only linting
16+
117## 1.0.4 (2025-06-16)
218
319### Fix
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " python-vaultwarden"
7- version = " 1.0.4 "
7+ version = " 1.1.0 "
88description = " Admin Vaultwarden and Simple Bitwarden Python Client"
99authors = [
1010 {
name =
" Lyonel Martinez" ,
email =
" [email protected] " },
@@ -145,7 +145,7 @@ plugins = [
145145]
146146
147147[tool .commitizen ]
148- version = " 1.0.4 "
148+ version = " 1.1.0 "
149149tag_format = " $version"
150150update_changelog_on_bump = true
151151version_files = [
Original file line number Diff line number Diff line change 1- __version__ = "1.0.4 "
1+ __version__ = "1.1.0 "
You can’t perform that action at this time.
0 commit comments