diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab7583f..85c1d738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/pyproject.toml b/pyproject.toml index eb593f0c..414067c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"