We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f38b93 commit 260c4feCopy full SHA for 260c4fe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# marshmallow\_dataclass change log
2
3
+## v8.6.0 (2023-09-16)
4
+ - New field in associated Meta classes: `include_non_init`:
5
+ - This adds the ability to include non init-ed fields into the schema
6
+
7
## v8.5.14 (2023-04-27)
8
9
- Pin `typing-extensions>=2.4.0` to ensure support for the
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-VERSION = "8.5.14"
+VERSION = "8.6.0"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments