diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3215d..a3f9cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/wrightkit/deltin-rs/compare/v0.1.1...v0.1.2) - 2026-08-27 + +### Fixed + +- finish Clippy cleanup for Rust 1.85 ([#78](https://github.com/wrightkit/deltin-rs/pull/78)) + +### Other + +- pin shared quality workflow to merged SHA ([#79](https://github.com/wrightkit/deltin-rs/pull/79)) +- adopt shared WrightKit workflows ([#75](https://github.com/wrightkit/deltin-rs/pull/75)) +- clean up clippy baseline ([#77](https://github.com/wrightkit/deltin-rs/pull/77)) +- format Rust sources ([#76](https://github.com/wrightkit/deltin-rs/pull/76)) + ## [0.1.1](https://github.com/wrightkit/deltin-rs/compare/v0.1.0...v0.1.1) - 2026-08-27 ### Other diff --git a/Cargo.lock b/Cargo.lock index a255569..ecc38c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "deltin-rs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index d9680af..a3fb6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltin-rs" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.85" license = "MIT"