Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aprescott committed Apr 20, 2019
1 parent c0fb767 commit 5b226a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Next version

* ...

# v0.3.1

* Change `"superko"` as a ko setting to `"positional-superko"` to be explicit.
* Support situational and natural situational superko variants. (#31)
* Two consecutive passes will now always end the game under equivalence scoring. Previously, the requirement that white "pass" last was implemented as a game-ending requirement. Now, the game will always end after 2 passes, with the score handling the extra white pass stone to represent a "pass" move. (#30)
Expand Down
4 changes: 2 additions & 2 deletions copyright_header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Tenuki v0.2.2 (https://github.com/aprescott/tenuki)
* Copyright © 2016 Adam Prescott.
* Tenuki v0.3.1 (https://github.com/aprescott/tenuki)
* Copyright © 2016-2019 Adam Prescott.
* Licensed under the MIT license.
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenuki",
"version": "0.2.2",
"version": "0.3.1",
"description": "Tenuki is a web-based board and JavaScript library for the game of go/baduk/weiqi.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5b226a7

Please sign in to comment.