Skip to content

Commit

Permalink
Binbo 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Jul 9, 2022
1 parent 9e4d84d commit bf4ba51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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

## [Unreleased]
## [4.0.3]

- Unused function `binbo_position:get_side_indexes/2` deleted.
- Fixed OTP-25 dialyzer warnings.
- Added support for testing on Apple silicon SoC.

## [4.0.2] - 2022-03-22

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add Binbo as a dependency to your `rebar.config` file:
[source,erlang]
----
{deps, [
{binbo, "4.0.2"}
{binbo, "4.0.3"}
]}.
----

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, "4.0.2"},
{vsn, "4.0.3"},
{modules, []},
{registered, [binbo_sup]},
{applications, [kernel, stdlib, compiler, syntax_tools, uef]},
Expand Down

0 comments on commit bf4ba51

Please sign in to comment.