Skip to content

Commit 88be343

Browse files
authored
Merge pull request #266 from yukinarit/bump-to-0.9.2
chore: Bump version to 0.9.2
2 parents a7bf470 + 187a8d3 commit 88be343

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# `0.9.1` (2022-08-30)
1+
## `0.9.2` (2022-09-03)
2+
3+
* chore: Bump allowed version of numpy to >1.21.0 on Python 3.7 ([beb2a8b](https://github.com/yukinarit/pyserde/commit/beb2a8b))
4+
* fix: Fix deserialization of optional complex types with default=None ([2b3b7ae](https://github.com/yukinarit/pyserde/commit/2b3b7ae))
5+
6+
This release had contributions from 1 person: [@kmsquire](https://github.com/kmsquire). Thank you so much! :tada: :joy:
7+
8+
## `0.9.1` (2022-08-30)
29

310
* fix: Call to untyped function "serde" in typed context ([84c5f07](https://github.com/yukinarit/pyserde/commit/84c5f07))
411

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

0 commit comments

Comments
 (0)