File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## 0.21.0 - 2025-03-20
910### Added
1011- Added ` ignore_invalid ` option to ` strip_option ` to skip stripping for non-Option fields
1112- Added ` fallback_prefix ` and ` fallback_suffix ` options to ` strip_option ` for customizing 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.20.1 "
6+ version = " 0.21.0 "
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.20.1 " }
30+ typed-builder-macro = { path = " typed-builder-macro" , version = " =0.21.0 " }
You can’t perform that action at this time.
0 commit comments