Skip to content

Commit

Permalink
v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed Jul 25, 2024
1 parent d812604 commit 4ad76c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0"
version = "2.5.0"
edition = "2021"
rust-version = "1.75"

Expand Down

0 comments on commit 4ad76c2

Please sign in to comment.