Skip to content

Commit a9f6b49

Browse files
committed
Getting ready for 0.1.7
1 parent 1c96f06 commit a9f6b49

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.7 [](https://github.com/ujh/iomrascalai/compare/0.1.6...master) (unreleased)
2+
3+
* Improvements of the playout speeds
4+
* The playout type can now be selected from the command line (use the
5+
-p command line option)
6+
17
## 0.1.6 [](https://github.com/ujh/iomrascalai/compare/0.1.5...0.1.6)
28

39
* The engines can now utilize multiple threads (use the -t command

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "An AI for the game of Go"
44
name = "iomrascalai"
5-
version = "0.1.6"
5+
version = "0.1.7"
66
authors = ["Urban Hafner <contact@urbanhafner.com>",
77
"Thomas Poinsot <thomas.poinsot1@gmail.com>",
88
"Igor Polyakov <iopguy+iomrasclai@gmail.com>"]

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
************************************************************************/
2121

2222
pub fn version() -> &'static str {
23-
"0.1.6"
23+
"0.1.7"
2424
}

0 commit comments

Comments
 (0)