From 04aaac8ae1a46789c17602f6d0fc19d6c2461c3d Mon Sep 17 00:00:00 2001 From: yukinarit Date: Wed, 15 Jun 2022 08:50:35 +0900 Subject: [PATCH] chore: Bump version to 0.8.1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"