Skip to content

Commit 758cce5

Browse files
authored
Merge pull request #174 from yukinarit/bump-to-0.5.3
chore: Bump version to 0.5.3
2 parents e2010d5 + 1914325 commit 758cce5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## `0.5.3` (2021-11-24)
2+
3+
* feat: Add more dataclass Field's attrs to Field ([7b57c53](https://github.com/yukinarit/pyserde/commit/7b57c53))
4+
* feat: Support python 3.10 ([2f0c557](https://github.com/yukinarit/pyserde/commit/2f0c557))
5+
* refactor: Delete unused imports ([629d040](https://github.com/yukinarit/pyserde/commit/629d040))
6+
* refactor: Remove type references from SerdeScope ([bdd8784](https://github.com/yukinarit/pyserde/commit/bdd8784))
7+
* refactor: Speficy correct type bound for serde.core.fields ([c3b555c](https://github.com/yukinarit/pyserde/commit/c3b555c))
8+
* fix: Add types in typing module to scope ([e12e802](https://github.com/yukinarit/pyserde/commit/e12e802))
9+
* fix: Never use default value for from_tuple ([3ce4f6b](https://github.com/yukinarit/pyserde/commit/3ce4f6b))
10+
* fix: Use default value only if key isn't present ([3fa4ab6](https://github.com/yukinarit/pyserde/commit/3fa4ab6))
11+
* Fix typo in README ([5f957d0](https://github.com/yukinarit/pyserde/commit/5f957d0))
12+
13+
This release had contributions from 2 people: [@rnestler](https://github.com/rnestler), [@mauvealerts](https://github.com/mauvealerts). Thank you so much! :tada: :joy:
14+
115
## `0.5.2` (2021-10-21)
216

317
* feat: (de)serialize non dataclass types correctly ([0ffb9ea](https://github.com/yukinarit/pyserde/commit/0ffb9ea))

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.2"
3+
version = "0.5.3"
44
description = "Yet another serialization library on top of dataclasses"
55
authors = ["yukinarit <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)