From 0ad035751dbbf059d343745ce810ff0c6cfda223 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:49:37 +0000 Subject: [PATCH] chore: release v0.25.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"