Skip to content

Commit

Permalink
bump: version 0.7.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowaiz committed Feb 1, 2024
1 parent 9ee9f60 commit db9e1b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0 (2024-02-01)

### Feat

- **pydantic**: Rework Bitwarden Client with pydantic classes + Usage

## 0.7.0 (2023-08-09)

### Features
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "python-vaultwarden"
version = "0.7.0"
version = "1.0.0"
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
authors = [
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
Expand Down Expand Up @@ -141,7 +141,7 @@ no_implicit_optional = true
show_error_codes = true

[tool.commitizen]
version = "0.7.0"
version = "1.0.0"
tag_format = "$version"
update_changelog_on_bump = true
version_files = [
Expand Down
2 changes: 1 addition & 1 deletion src/vaultwarden/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "1.0.0"

0 comments on commit db9e1b3

Please sign in to comment.