We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f909e49 + b50cb24 commit 7a1fc3dCopy full SHA for 7a1fc3d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## `0.5.1` (2021-10-10)
2
+
3
+* feat: deserialize to the type more correctly ([a4c155c](https://github.com/yukinarit/pyserde/commit/a4c155c))
4
+* refactor: import minimum names ([f242a93](https://github.com/yukinarit/pyserde/commit/f242a93))
5
6
## `0.5.0` (2021-09-30)
7
8
* New documentation is available!
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 <[email protected]>"]
license = "MIT"
0 commit comments