Skip to content

Commit

Permalink
Merge pull request #260 from yukinarit/bump-to-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit authored Aug 30, 2022
2 parents 04f8d73 + a743bf5 commit 1f48c9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `0.9.1` (2022-08-30)

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

## `0.9.0` (2022-08-26)

`pyserde` v0.9 adds one of the most awaited features, the type checking functionality 🎉 If you add `Coerce` or `Strict` in `serde` decorator, `pyserde` will do type coercing or type checking based on the declared types.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyserde"
version = "0.9.0"
version = "0.9.1"
description = "Yet another serialization library on top of dataclasses"
authors = ["yukinarit <yukinarit84@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 1f48c9c

Please sign in to comment.