diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7bf12..bb4f1a4 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.14.2](https://github.com/denehoffman/ganesh/compare/v0.14.1...v0.14.2) - 2024-12-14 + +### Added + +- add serde to and members + ## [0.14.1](https://github.com/denehoffman/ganesh/compare/v0.14.0...v0.14.1) - 2024-12-14 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 0ef2ab1..8ee4ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "ganesh" -version = "0.14.1" +version = "0.14.2" dependencies = [ "approx", "codspeed-criterion-compat", diff --git a/Cargo.toml b/Cargo.toml index a7d4aa6..b3178b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ganesh" -version = "0.14.1" +version = "0.14.2" edition = "2021" description = "Function minimization in Rust, simplified" documentation = "https://docs.rs/ganesh"