From f20ced09c0aa96ac48288a149b29f20c1fda482d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:03:13 +0000 Subject: [PATCH] chore: release v0.11.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438063a..eb7ef62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1](https://github.com/denehoffman/ganesh/compare/v0.11.0...v0.11.1) - 2024-10-17 + +### Other + +- relocate html docs header +- fix link in README +- Merge branch 'main' of https://github.com/denehoffman/ganesh +- correct default in docstring +- add comma + ## [0.11.0](https://github.com/denehoffman/ganesh/compare/v0.10.0...v0.11.0) - 2024-09-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index 7e82772..a1d7e32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,16 +189,16 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "float-cmp" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" +checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" dependencies = [ "num-traits", ] [[package]] name = "ganesh" -version = "0.11.0" +version = "0.11.1" dependencies = [ "criterion", "float-cmp", diff --git a/Cargo.toml b/Cargo.toml index 888fd82..1908fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganesh" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "Function minimization in Rust, simplified" documentation = "https://docs.rs/ganesh"