Skip to content

Commit 70b408c

Browse files
authored
Merge pull request #9 from denehoffman/release-plz-2024-07-30T14-38-19Z
chore: release v0.3.1
2 parents 96abe29 + 3e7db22 commit 70b408c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/denehoffman/ganesh/compare/v0.3.0...v0.3.1) - 2024-07-30
10+
11+
### Added
12+
- change functions to references to avoid cloning any underlying function data
13+
914
## [0.3.0](https://github.com/denehoffman/ganesh/compare/v0.2.0...v0.3.0) - 2024-07-19
1015

1116
### Added

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.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Function minimization in Rust, simplified"
66
documentation = "https://docs.rs/ganesh"

0 commit comments

Comments
 (0)