Skip to content

Commit bf4ba51

Browse files
committed
Binbo 4.0.3
1 parent 9e4d84d commit bf4ba51

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

5-
## [Unreleased]
5+
## [4.0.3]
66

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

911
## [4.0.2] - 2022-03-22
1012

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add Binbo as a dependency to your `rebar.config` file:
6666
[source,erlang]
6767
----
6868
{deps, [
69-
{binbo, "4.0.2"}
69+
{binbo, "4.0.3"}
7070
]}.
7171
----
7272

src/binbo.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, binbo, [
22
{description, "Full-featured Chess representation using Bitboards"},
3-
{vsn, "4.0.2"},
3+
{vsn, "4.0.3"},
44
{modules, []},
55
{registered, [binbo_sup]},
66
{applications, [kernel, stdlib, compiler, syntax_tools, uef]},

0 commit comments

Comments
 (0)