Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Jan 24, 2023
1 parent 33c6756 commit f5cb856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.9.0 (2023-01-24)
### Feature
* Bring library to BETA state ([`c6c36d9`](https://github.com/madpah/serializable/commit/c6c36d911ae401af477bcc98633f10a87140d0a4))

## v0.8.2 (2023-01-23)
### Fix
* Typing for `@serializable.view` was incorrect ([`756032b`](https://github.com/madpah/serializable/commit/756032b543a2fedac1bb61f57796eea438c0f9a7))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-serializable"
version = "0.8.2"
version = "0.9.0"
description = "Library for serializing and deserializing Python Objects to and from JSON and XML."
authors = ["Paul Horton <paul.horton@owasp.org>"]
maintainers = ["Paul Horton <paul.horton@owasp.org>"]
Expand Down

0 comments on commit f5cb856

Please sign in to comment.