Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 19, 2024
1 parent 7deaee9 commit 7278dae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.6.0 (2024-05-19)

### Feat

- added options to specify how to handle errors
- added option to choose output type between 'raw', 'dict', and 'model'
- added client option to return pydantic models instead of dicts

## v0.5.1 (2024-05-19)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyrevolut"
version = "0.5.1"
version = "0.6.0"
description = ""
authors = ["Trevor Visser <trevor.visser@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -112,7 +112,7 @@ known-first-party = ["pyrevolut", "tests"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.1"
version = "0.6.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_scheme = "pep440"
version_provider = "poetry"
Expand Down
2 changes: 1 addition & 1 deletion pyrevolut/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.6.0"

0 comments on commit 7278dae

Please sign in to comment.