Skip to content

Commit a753414

Browse files
chore: release v0.20.1
1 parent 9a3deb6 commit a753414

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.1](https://github.com/denehoffman/ganesh/compare/v0.20.0...v0.20.1) - 2025-04-10
10+
11+
### Added
12+
13+
- add Default impl for Particle
14+
15+
### Fixed
16+
17+
- update some pub visibility on Point and remove a python file committed by mistake
18+
919
## [0.20.0](https://github.com/denehoffman/ganesh/compare/v0.19.0...v0.20.0) - 2025-04-10
1020

1121
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)