Skip to content

Commit cd00f7b

Browse files
committed
bump to v0.25.1
1 parent 1a649f2 commit cd00f7b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.25.1] - 2025-11-12
8+
9+
### Changed
10+
* Fix github build dependencies, as `v0.25.0` was marked as failed to build due
11+
to missing `libfontconfig1` dependency for plotter. No changes to code.
12+
713
## [0.25.0] - 2025-11-12
814

915
### Changed

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

0 commit comments

Comments
 (0)