Skip to content

Commit 1b1b5bc

Browse files
committed
Bump minor version
1 parent 0267b1a commit 1b1b5bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## 0.21.3 - 2025-09-08
9+
## 0.22.0 - 2025-09-08
1010

1111
### Added
1212
- New optional alternate `transform` syntax using a full fn, to allow support for custom lifetimes, generics and a where clause to custom builder method.

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

0 commit comments

Comments
 (0)