We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44129fa commit 818aee6Copy full SHA for 818aee6
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v0.3.0](https://github.com/epwalsh/dataclass-extensions/releases/tag/v0.3.0) - 2026-02-20
11
+
12
### Added
13
14
- Added support for decoding recursive types, i.e. classes that take arguments which are or contain instances of the same class.
src/dataclass_extensions/version.py
@@ -1 +1 @@
1
-VERSION = "0.2.12"
+VERSION = "0.3.0"
0 commit comments