Skip to content

Commit d3c12a7

Browse files
chore: release v0.16.0
1 parent 523f10e commit d3c12a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.16.0](https://github.com/denehoffman/ganesh/compare/v0.15.2...v0.16.0) - 2025-01-04
10+
11+
### Other
12+
13+
- remove coverage tests for feature, since it doesn't work all the time yet
14+
- remove from and since it requires and generics to implement , which is sometimes difficult. Also made the default method and removed
15+
916
## [0.15.2](https://github.com/denehoffman/ganesh/compare/v0.15.1...v0.15.2) - 2024-12-20
1017

1118
### Other

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ganesh"
3-
version = "0.15.2"
3+
version = "0.16.0"
44
edition = "2021"
55
description = "Function minimization in Rust, simplified"
66
documentation = "https://docs.rs/ganesh"

0 commit comments

Comments
 (0)