Skip to content

Commit

Permalink
Version v0.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Jun 6, 2022
1 parent ebeb53a commit a1b5442
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MzingaCpp ChangeLog #

## v0.9.5 ##

* Fix spider move generation

## v0.9.4 ##

* Fixed issue with parsing move strings containing INVALID
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16.0)

project(mzingacpp VERSION 0.9.4)
project(mzingacpp VERSION 0.9.5)

add_executable(mzingacpp)

Expand Down
2 changes: 1 addition & 1 deletion include/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace MzingaCpp
{
constexpr const char *IdString = "id MzingaCpp v0.9.4";
constexpr const char *IdString = "id MzingaCpp v0.9.5";
constexpr const char *CapabilitiesString = "Mosquito;Ladybug;Pillbug";

constexpr const char *OkString = "ok";
Expand Down

0 comments on commit a1b5442

Please sign in to comment.