From be6d8dcea8782598c4d8183ea50c53e6b753e84c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:22:45 +0000 Subject: [PATCH] chore: release v0.15.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 b861689..0780522 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.15.2](https://github.com/denehoffman/ganesh/compare/v0.15.1...v0.15.2) - 2024-12-20 + +### Other + +- *(observers)* fix doctests + ## [0.15.1](https://github.com/denehoffman/ganesh/compare/v0.15.0...v0.15.1) - 2024-12-20 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d48f171..41471b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "ganesh" -version = "0.15.1" +version = "0.15.2" dependencies = [ "approx", "codspeed-criterion-compat", diff --git a/Cargo.toml b/Cargo.toml index bc28e57..288fbfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganesh" -version = "0.15.1" +version = "0.15.2" edition = "2021" description = "Function minimization in Rust, simplified" documentation = "https://docs.rs/ganesh"