File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## ` 0.5.2 ` (2021-10-21)
2+
3+ * feat: (de)serialize non dataclass types correctly ([ 0ffb9ea] ( https://github.com/yukinarit/pyserde/commit/0ffb9ea ) )
4+ * refactor: Fix minor type error ([ bef0c4f] ( https://github.com/yukinarit/pyserde/commit/bef0c4f ) )
5+ * refactor: Remove unused imports ([ cc16d58] ( https://github.com/yukinarit/pyserde/commit/cc16d58 ) )
6+ * refactor: Use backports-datetime-fromisoformat for python 3.6 ([ 014296f] ( https://github.com/yukinarit/pyserde/commit/014296f ) )
7+ * build: Remove unused dependency for examples ([ 3a5ca01] ( https://github.com/yukinarit/pyserde/commit/3a5ca01 ) )
8+
19## ` 0.5.1 ` (2021-10-10)
210
311* feat: deserialize to the type more correctly ([ a4c155c] ( https://github.com/yukinarit/pyserde/commit/a4c155c ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyserde"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " Yet another serialization library on top of dataclasses"
55authors = [
" yukinarit <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments