Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKelvin committed Feb 27, 2022
1 parent 04ad1a1 commit 4c1c273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The current minimum supported Rust version is 1.57.0.
- Quiescense search
- MVV-LVA ordering
- Check Evasions
- Width limiting to prevent search explosion
- Late move pruning to prevent search explosion
- Late move reductions
- Null move pruning
- Reverse futility pruning, except using qsearch instead of static eval
Expand Down
2 changes: 1 addition & 1 deletion uci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frozenight-uci"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
default-run = "frozenight-uci"

Expand Down

0 comments on commit 4c1c273

Please sign in to comment.