File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## 0.21.2 - 2025-08-21
10+ ### Fixed
11+ - Recognize ` TypeGroup ` when checking for ` Option ` .
12+
913## 0.21.1 - 2025-08-12
1014### Fixed
1115- Strip raw ident prefix from base method name before assembling prefixed/suffixed fallback method names
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = [".", "./typed-builder-macro"]
33
44[workspace .package ]
55description = " Compile-time type-checked builder derive"
6- version = " 0.21.1 "
6+ version = " 0.21.2 "
77authors = [" IdanArye <idanarye@gmail.com>" , " Chris Morgan <me@chrismorgan.info>" ]
88edition = " 2021"
99license = " MIT OR Apache-2.0"
@@ -27,4 +27,4 @@ keywords.workspace = true
2727categories.workspace = true
2828
2929[dependencies ]
30- typed-builder-macro = { path = " typed-builder-macro" , version = " =0.21.1 " }
30+ typed-builder-macro = { path = " typed-builder-macro" , version = " =0.21.2 " }
You can’t perform that action at this time.
0 commit comments