Skip to content

Commit 97edb3f

Browse files
committed
Bump version
1 parent bafa343 commit 97edb3f

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.20.0 - 2024-08-22
910
### Added
1011
- Add `#[builder(setter(strip_option(fallback = field_opt)))]` to add a fallback unstripped method to the builder struct.
1112
- Add `#[builder(setter(strip_bool(fallback = field_bool)))]` to add a fallback setter that takes the `bool` value to the builder struct.

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.19.1"
6+
version = "0.20.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.19.1" }
30+
typed-builder-macro = { path = "typed-builder-macro", version = "=0.20.0" }

0 commit comments

Comments
 (0)