Skip to content

Commit f0c025e

Browse files
committed
Bump version
1 parent 9596989 commit f0c025e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## 0.17.0 - 2023-10-15
810
### Changed
911
- Internal refactor of attribute parsing - results in better error messages and
1012
easier proces for adding new settings.

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.16.2"
6+
version = "0.17.0"
77
authors = ["IdanArye <[email protected]>", "Chris Morgan <[email protected]>"]
88
edition = "2021"
99
license = "MIT/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.16.2" }
30+
typed-builder-macro = { path = "typed-builder-macro", version = "=0.17.0" }

0 commit comments

Comments
 (0)