From aa317d292b3476849f2800aaa6a1ba2c48f7584a Mon Sep 17 00:00:00 2001 From: Jonathan Gilchrist Date: Wed, 1 Jan 2025 19:29:17 +0000 Subject: [PATCH] v5.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9226576..8364781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [5.1] + * Evaluate passed pawns (38.30 +- 13.27) * Don't consider mobility for squares that are attacked by opponent pawns (14.90 +- 7.93) @@ -230,7 +232,8 @@ Initial release with the following major features: * Tapered midgame vs. endgame evaluation * Incremental updates -[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v5.0...HEAD +[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v5.1...HEAD +[5.1]: https://github.com/jgilchrist/chess-engine/compare/v5.0..v5.1 [5.0]: https://github.com/jgilchrist/chess-engine/compare/v4.1..v5.0 [4.1]: https://github.com/jgilchrist/chess-engine/compare/v4.0..v4.1 [4.0]: https://github.com/jgilchrist/chess-engine/compare/v3.0..v4.0 diff --git a/Cargo.lock b/Cargo.lock index 9e1d61d..f8c0d9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "engine" -version = "5.0.0" +version = "5.1.0" dependencies = [ "arrayvec", "cc", diff --git a/Cargo.toml b/Cargo.toml index 97a1a47..e1b3036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "engine" -version = "5.0.0" +version = "5.1.0" edition = "2021" rust-version = "1.83"