Skip to content

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed Apr 8, 2024
1 parent b28edbe commit b329eeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.2]

* Restore zobrist hash, incremental evaluation fields and castle rights from history when undoing move (~17 Elo)
* Fix throwing away old en passant target during null moves (~19 Elo)
* Use a dedicated `MoveList` struct instead of `Vec<Move>`
Expand Down Expand Up @@ -103,7 +105,8 @@ Initial release with the following major features:
* Tapered midgame vs. endgame evaluation
* Incremental updates

[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v2.1...HEAD
[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v2.2...HEAD
[2.2]: https://github.com/jgilchrist/chess-engine/compare/v2.1..v2.2
[2.1]: https://github.com/jgilchrist/chess-engine/compare/v2.0..v2.1
[2.0]: https://github.com/jgilchrist/chess-engine/compare/v1.1..v2.0
[1.1]: https://github.com/jgilchrist/chess-engine/compare/v1.0..v1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "engine"
version = "2.1.0"
version = "2.2.0"
edition = "2021"
rust-version = "1.75"

Expand Down

0 comments on commit b329eeb

Please sign in to comment.