Skip to content

Commit 28df31c

Browse files
committed
bump to v0.20.5
1 parent 2f88af8 commit 28df31c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.20.5] - TBD
8-
7+
## [0.20.5] - 2025-05-21
98
### Added
109
* Add `PermutableGenotype` support for scaled `RangeGenotype` and scaled
1110
`MultiRangeGenotype.` This approach implements a increasingly localized grid

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 = "genetic_algorithm"
3-
version = "0.20.4"
3+
version = "0.20.5"
44
edition = "2021"
55
readme = "README.md"
66
description = "A genetic algorithm implementation"

0 commit comments

Comments
 (0)