Skip to content

Commit 818aee6

Browse files
committed
(chore) prepare for release v0.3.0
1 parent 44129fa commit 818aee6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v0.3.0](https://github.com/epwalsh/dataclass-extensions/releases/tag/v0.3.0) - 2026-02-20
11+
1012
### Added
1113

1214
- Added support for decoding recursive types, i.e. classes that take arguments which are or contain instances of the same class.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.2.12"
1+
VERSION = "0.3.0"

0 commit comments

Comments
 (0)