From a9f6b497449400cab2e11639795e598e3053e780 Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Wed, 25 Mar 2015 11:06:50 +0100 Subject: [PATCH] Getting ready for 0.1.7 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/version.rs | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 403715e5..9f8f9af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.7 [☰](https://github.com/ujh/iomrascalai/compare/0.1.6...master) (unreleased) + +* Improvements of the playout speeds +* The playout type can now be selected from the command line (use the + -p command line option) + ## 0.1.6 [☰](https://github.com/ujh/iomrascalai/compare/0.1.5...0.1.6) * The engines can now utilize multiple threads (use the -t command diff --git a/Cargo.lock b/Cargo.lock index f99ffa98..16612a48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "iomrascalai" -version = "0.1.6" +version = "0.1.7" dependencies = [ "getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f772b96d..0ea28150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "An AI for the game of Go" name = "iomrascalai" -version = "0.1.6" +version = "0.1.7" authors = ["Urban Hafner ", "Thomas Poinsot ", "Igor Polyakov "] diff --git a/src/version.rs b/src/version.rs index 9ba5d950..e3c72dc5 100644 --- a/src/version.rs +++ b/src/version.rs @@ -20,5 +20,5 @@ ************************************************************************/ pub fn version() -> &'static str { - "0.1.6" + "0.1.7" }