Skip to content

Commit 5ebb4e9

Browse files
committed
chore: Bump version to 0.8.2
1 parent 66f8468 commit 5ebb4e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## `0.8.2` (2022-06-18)
2+
3+
* chore: Replace stringcase with casfey ([1f8a17d](https://github.com/yukinarit/pyserde/commit/1f8a17d)), closes [#240](https://github.com/yukinarit/pyserde/issues/240)
4+
5+
This release had contributions from 1 person: [@gitpushdashf](https://github.com/gitpushdashf). Thank you so much! :tada: :joy:
6+
17
## `0.8.1` (2022-06-14)
28

39
* feat: Don't wrap user exception in SerdeError ([161cffd](https://github.com/yukinarit/pyserde/commit/161cffd))

pyproject.toml

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

0 commit comments

Comments
 (0)