diff --git a/CHANGELOG.md b/CHANGELOG.md index c03911c..9ed58a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.0](https://github.com/denehoffman/ganesh/compare/v0.24.0...v0.25.0) - 2025-09-26 + +### Other + +- Development Updates ([#82](https://github.com/denehoffman/ganesh/pull/82)) + ## [0.24.0](https://github.com/denehoffman/ganesh/compare/v0.23.1...v0.24.0) - 2025-09-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index eb52731..b1e2ec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "ganesh" -version = "0.24.0" +version = "0.25.0" dependencies = [ "approx", "codspeed-criterion-compat", diff --git a/Cargo.toml b/Cargo.toml index 015a978..7a6f2e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganesh" -version = "0.24.0" +version = "0.25.0" edition = "2021" description = "Function minimization in Rust, simplified" documentation = "https://docs.rs/ganesh"