Skip to content

Commit cf9bf18

Browse files
committed
Bump version
1 parent 7aacd94 commit cf9bf18

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "./typed-builder-macro"]
33

44
[workspace.package]
55
description = "Compile-time type-checked builder derive"
6-
version = "0.20.1"
6+
version = "0.21.0"
77
authors = ["IdanArye <[email protected]>", "Chris Morgan <[email protected]>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
@@ -27,4 +27,4 @@ keywords.workspace = true
2727
categories.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" }

0 commit comments

Comments
 (0)