diff --git a/CHANGELOG.md b/CHANGELOG.md index a51303fb..34934c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -150,7 +150,8 @@ Initial release with the following major features: * Tapered midgame vs. endgame evaluation * Incremental updates -[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v2.4...HEAD +[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v2.5...HEAD +[2.5]: https://github.com/jgilchrist/chess-engine/compare/v2.4..v2.5 [2.4]: https://github.com/jgilchrist/chess-engine/compare/v2.3..v2.4 [2.3]: https://github.com/jgilchrist/chess-engine/compare/v2.2..v2.3 [2.2]: https://github.com/jgilchrist/chess-engine/compare/v2.1..v2.2 diff --git a/Cargo.lock b/Cargo.lock index dd91edf2..9c7c331c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "engine" -version = "2.4.0" +version = "2.5.0" dependencies = [ "git-version", "nom", diff --git a/Cargo.toml b/Cargo.toml index 22ef08a0..3db07d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "engine" -version = "2.4.0" +version = "2.5.0" edition = "2021" rust-version = "1.75"