diff --git a/CHANGELOG.md b/CHANGELOG.md index d44cb030..100746db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 0.19.0 - 2024-06-15 +### Added +- Use fields' doc comments for the setters. + +## 0.18.2 - 2024-04-16 ### Fixed - Also add the licenses to the macro crate. diff --git a/Cargo.toml b/Cargo.toml index f3a90ee4..444da74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "./typed-builder-macro"] [workspace.package] description = "Compile-time type-checked builder derive" -version = "0.18.2" +version = "0.19.0" authors = ["IdanArye ", "Chris Morgan "] edition = "2021" license = "MIT OR Apache-2.0" @@ -27,4 +27,4 @@ keywords.workspace = true categories.workspace = true [dependencies] -typed-builder-macro = { path = "typed-builder-macro", version = "=0.18.2" } +typed-builder-macro = { path = "typed-builder-macro", version = "=0.19.0" }