diff --git a/CHANGELOG.md b/CHANGELOG.md index 8017a804..9edfd1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## `0.8.0` (2022-05-31) +## `0.8.1` (2022-06-14) +* feat: Don't wrap user exception in SerdeError ([161cffd](https://github.com/yukinarit/pyserde/commit/161cffd)) + +## `0.8.0` (2022-05-31) Thanks to the contribution by [@kigawas](https://github.com/kigawas), pyserde can optionally use [orjson](supports://github.com/ijl/orjson) as JSON serializer! ``` diff --git a/pyproject.toml b/pyproject.toml index 81636b55..a6770592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyserde" -version = "0.8.0" +version = "0.8.1" description = "Yet another serialization library on top of dataclasses" authors = ["yukinarit "] license = "MIT"