Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed Dec 7, 2023
1 parent 597a70f commit 842d506
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.0]

> 2023-12-07
Initial release with the following major features:

* Board
Expand Down Expand Up @@ -30,3 +34,6 @@ Initial release with the following major features:
* Midgame and endgame piece square tables
* Tapered midgame vs. endgame evaluation
* Incremental updates

[unreleased]: https://github.com/jgilchrist/chess-engine/compare/v1.0...HEAD
[1.0]: https://github.com/jgilchrist/chess-engine/releases/tag/v1.0
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.71"

Expand Down

0 comments on commit 842d506

Please sign in to comment.