Skip to content

Commit ad69df6

Browse files
committed
Bump bugfix version
1 parent 68d6942 commit ad69df6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

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.21.1"
6+
version = "0.21.2"
77
authors = ["IdanArye <idanarye@gmail.com>", "Chris Morgan <me@chrismorgan.info>"]
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.21.1" }
30+
typed-builder-macro = { path = "typed-builder-macro", version = "=0.21.2" }

0 commit comments

Comments
 (0)