Skip to content

Commit e29e215

Browse files
committed
Update CHANGELOG
1 parent 4269340 commit e29e215

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.27.1] - 2026-02-26
8+
9+
### Changed
10+
* Update lru dependency from v0.12.4 to v0.16.3
11+
* Fix bug in UniqueGenotype: `neighbouring_population_size` panics when `genes_size < 2`
12+
* Manually review `AGENTS.md` as AI generation of the document made too many assumptions
713

814
## [0.27.0] - 2026-02-23
915

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
A genetic algorithm implementation for Rust.
1919
Inspired by the book [Genetic Algorithms in Elixir](https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/)
2020

21-
See **[AGENTS.md](AGENTS.md)** for decision matrices, constructor parameter
21+
See [AGENTS.md](AGENTS.md) for decision matrices, constructor parameter
2222
reference, copy-paste templates, and troubleshooting.
2323

2424
There are three main elements to this approach:

0 commit comments

Comments
 (0)