Skip to content

Commit e8f11dd

Browse files
committed
bump to v0.27.0
1 parent a737268 commit e8f11dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ guidance, API reference, gotchas, and copy-paste templates.
2626
Add to your `Cargo.toml`:
2727
```toml
2828
[dependencies]
29-
genetic_algorithm = "0.26.1"
29+
genetic_algorithm = "0.27.0"
3030
```
3131

3232
```rust

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

0 commit comments

Comments
 (0)