Skip to content

Commit 0963c35

Browse files
authored
Merge pull request yukinarit#218 from yukinarit/bump-to-0.7.2
chore: Bump version to 0.7.2
2 parents e0d9a12 + 3723ea2 commit 0963c35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## `0.7.2` (2022-04-11)
2+
3+
* Don't package tests and examples ([af829ae](https://github.com/yukinarit/pyserde/commit/af829ae)), closes [#214](https://github.com/yukinarit/pyserde/issues/214)
4+
* ci: Use pypy-3.8 ([316b98e](https://github.com/yukinarit/pyserde/commit/316b98e))
5+
* feat: Support PEP604 Union operator ([17419d2](https://github.com/yukinarit/pyserde/commit/17419d2))
6+
7+
This release had contributions from 1 person: [@gitpushdashf](https://github.com/gitpushdashf). Thank you so much! :tada: :joy:
8+
19
## `0.7.1` (2022-03-17)
210

311
* ci: Run tests on pull_request only ([015cb41](https://github.com/yukinarit/pyserde/commit/015cb41))

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.7.1"
3+
version = "0.7.2"
44
description = "Yet another serialization library on top of dataclasses"
55
authors = ["yukinarit <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)