Skip to content

Commit

Permalink
chore: Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Jun 14, 2022
1 parent 0ef6d82 commit 04aaac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
```
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.8.0"
version = "0.8.1"
description = "Yet another serialization library on top of dataclasses"
authors = ["yukinarit <yukinarit84@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 04aaac8

Please sign in to comment.