Skip to content

Commit 9c100b6

Browse files
committed
bump: version 1.0.2 → 1.0.3
1 parent c388f4e commit 9c100b6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.3 (2025-06-10)
2+
3+
### Fix
4+
5+
- **permissions**: remove AccessAll field and add detailed permissions/groups (#23)
6+
17
## 1.0.2 (2025-05-21)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-vaultwarden"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
99
authors = [
1010
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
@@ -149,7 +149,7 @@ plugins = [
149149
]
150150

151151
[tool.commitizen]
152-
version = "1.0.2"
152+
version = "1.0.3"
153153
tag_format = "$version"
154154
update_changelog_on_bump = true
155155
version_files = [

src/vaultwarden/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)