Skip to content

Commit

Permalink
Getting ready for 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Mar 25, 2015
1 parent 1c96f06 commit a9f6b49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <contact@urbanhafner.com>",
"Thomas Poinsot <thomas.poinsot1@gmail.com>",
"Igor Polyakov <iopguy+iomrasclai@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
************************************************************************/

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

0 comments on commit a9f6b49

Please sign in to comment.