Skip to content

Commit 260c4fe

Browse files
committed
v8.6.0
1 parent 5f38b93 commit 260c4fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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+
37
## v8.5.14 (2023-04-27)
48

59
- Pin `typing-extensions>=2.4.0` to ensure support for the

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.14"
3+
VERSION = "8.6.0"
44

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

0 commit comments

Comments
 (0)