Skip to content

Commit 7a1fc3d

Browse files
authored
Merge pull request #158 from yukinarit/bump-to-0.5.1
chore: Bump version to 0.5.1
2 parents f909e49 + b50cb24 commit 7a1fc3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## `0.5.0` (2021-09-30)
27

38
* New documentation is available!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyserde"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Yet another serialization library on top of dataclasses"
55
authors = ["yukinarit <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)