Skip to content

Commit 04aaac8

Browse files
committed
chore: Bump version to 0.8.1
1 parent 0ef6d82 commit 04aaac8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## `0.8.0` (2022-05-31)
1+
## `0.8.1` (2022-06-14)
22

3+
* feat: Don't wrap user exception in SerdeError ([161cffd](https://github.com/yukinarit/pyserde/commit/161cffd))
4+
5+
## `0.8.0` (2022-05-31)
36

47
Thanks to the contribution by [@kigawas](https://github.com/kigawas), pyserde can optionally use [orjson](supports://github.com/ijl/orjson) as JSON serializer!
58
```

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyserde"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Yet another serialization library on top of dataclasses"
55
authors = ["yukinarit <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)