Skip to content

Commit 75de725

Browse files
committed
Release 8.5.9
1 parent c3ee593 commit 75de725

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# marshmallow\_dataclass change log
22

3+
## v8.5.9 (2022-10-04)
4+
5+
- Fix [#206][]: NewType breakage with `typing-inspect>=0.8.0`
6+
([#207][], [#211][])
7+
- Fix tests for python 3.11 ([#212][])
8+
9+
[#206]: https://github.com/lovasoa/marshmallow_dataclass/issues/206
10+
[#207]: https://github.com/lovasoa/marshmallow_dataclass/pull/207
11+
[#211]: https://github.com/lovasoa/marshmallow_dataclass/pull/211
12+
[#212]: https://github.com/lovasoa/marshmallow_dataclass/pull/212
13+
314
## v8.5.7, v8.5.8
415

516
- Fix https://github.com/lovasoa/marshmallow_dataclass/issues/190

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "8.5.8"
3+
VERSION = "8.5.9"
44

55
CLASSIFIERS = [
66
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)