From c226348eb475c7dd7d608099ea299caca09e39b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:38:22 +0000 Subject: [PATCH] chore: release v0.11.2 --- 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 eb7ef62..6d497e3 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.11.2](https://github.com/denehoffman/ganesh/compare/v0.11.1...v0.11.2) - 2024-10-17 + +### Added + +- allow `Observer`s to modify fit `Status` and terminate minimization + ## [0.11.1](https://github.com/denehoffman/ganesh/compare/v0.11.0...v0.11.1) - 2024-10-17 ### Other diff --git a/Cargo.lock b/Cargo.lock index a1d7e32..5f8343a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "ganesh" -version = "0.11.1" +version = "0.11.2" dependencies = [ "criterion", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index 1908fe1..33cf4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganesh" -version = "0.11.1" +version = "0.11.2" edition = "2021" description = "Function minimization in Rust, simplified" documentation = "https://docs.rs/ganesh"