Skip to content

Commit

Permalink
Increase version number (2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
joansalasoler committed Dec 8, 2021
1 parent 714d4f1 commit cbc95af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2021-12-08 Joan Sala Soler <contact@joansala.com>

* New openings book (UCT).
* New toolset (Samurai framework).
* New optional search engines (UCT, MonteCarlo).
* Modular arquitecture using Guice injections.

2021-03-23 Joan Sala Soler <contact@joansala.com>

* New endgames book.
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ News of Aalina
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Version 2.0.0 (8 Dec 2021) (Joan Sala Soler)
Engine refactoring into a standalone framework.

Version 1.2.1 (7 Apr 2021) (Joan Sala Soler)
Fixes the command line interface.

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>com.joansala.aalina</groupId>
<artifactId>aalina</artifactId>
<version>${revision}</version>
<name>Aalina Abapa</name>
<name>Samurai Oware</name>

<organization>
<name>Joan Sala Soler</name>
Expand All @@ -39,13 +39,13 @@
<!-- Project properties =============================================== -->

<properties>
<revision>1.2.1-SNAPSHOT</revision>
<revision>2.0.0-SNAPSHOT</revision>
<maven.test.skip>true</maven.test.skip>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.name>Aalina Abapa</project.name>
<project.name>Samurai Oware</project.name>
</properties>

<!-- Build configuration ============================================== -->
Expand Down

0 comments on commit cbc95af

Please sign in to comment.