Skip to content

Commit

Permalink
Binbo 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 14, 2020
1 parent f8b468e commit 76413ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.1.0] - 2020-12-14

- `movetime` option for functions `binbo:uci_bestmove/1,2` and `binbo:uci_play/2,3` defaults to 1000 ms.
- New functions:
Expand Down
2 changes: 1 addition & 1 deletion src/binbo.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, binbo, [
{description, "Full-featured Chess representation using Bitboards"},
{vsn, "2.0.0"},
{vsn, "2.1.0"},
{modules, []},
{registered, [binbo_sup]},
{applications, [kernel, stdlib, compiler, syntax_tools, uef]},
Expand Down

0 comments on commit 76413ec

Please sign in to comment.