Skip to content

Commit

Permalink
Release 8.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Mar 16, 2023
1 parent d60305c commit 792dc66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# marshmallow\_dataclass change log

## v8.5.12 (unreleased)
## v8.5.12 (2023-03-15)

- Fixes to work with typeguard 3.x.
- Fixes to work with typeguard 3.x. ([#235], [#234])
- Add the @dataclass_transform decorator ([PEP 681]) to
`marshmallow_dataclass.dataclass`. This fixes our mypy plugin for
mypy>=1.1.1.

[#234]: https://github.com/lovasoa/marshmallow_dataclass/issues/234
[#235]: https://github.com/lovasoa/marshmallow_dataclass/pull/235
[PEP 681]: https://peps.python.org/pep-0681/

## v8.5.11 (2023-01-08)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "8.5.11"
VERSION = "8.5.12"

CLASSIFIERS = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 792dc66

Please sign in to comment.