diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8ecfe..881593d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index 4d3c282..b893d4e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "8.5.11" +VERSION = "8.5.12" CLASSIFIERS = [ "Development Status :: 4 - Beta",