Skip to content

Commit

Permalink
Binbo 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Jan 30, 2021
1 parent 1a8a504 commit 5b23ff1
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]
## [3.0.0] - 2021-01-30

- In case of **checkmate** the functions listed bellow now return `{ok, {checkmate, white_wins}}` or `{ok, {checkmate, black_wins}}`:
- `binbo:game_status/1`;
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.1.0"},
{vsn, "3.0.0"},
{modules, []},
{registered, [binbo_sup]},
{applications, [kernel, stdlib, compiler, syntax_tools, uef]},
Expand Down

0 comments on commit 5b23ff1

Please sign in to comment.