Skip to content

Commit

Permalink
chore: Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Oct 10, 2021
1 parent f909e49 commit b50cb24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## `0.5.1` (2021-10-10)

* feat: deserialize to the type more correctly ([a4c155c](https://github.com/yukinarit/pyserde/commit/a4c155c))
* refactor: import minimum names ([f242a93](https://github.com/yukinarit/pyserde/commit/f242a93))

## `0.5.0` (2021-09-30)

* New documentation is available!
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyserde"
version = "0.5.0"
version = "0.5.1"
description = "Yet another serialization library on top of dataclasses"
authors = ["yukinarit <yukinarit84@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b50cb24

Please sign in to comment.