diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aed6af..bd9606d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2024-12-12 + +### Fixed + +- allow rustc [`non_local_definition`](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html#non-local-definitions) warning on builder derive + ## [0.5.4] - 2024-04-02 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 69f98d2..a581ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustify" -version = "0.6.0" +version = "0.6.1" authors = ["Joshua Gilman "] description = "A Rust library for interacting with HTTP API endpoints." license = "MIT"