From 5b226a734ca361756ab0bee2baae5a25a2956662 Mon Sep 17 00:00:00 2001 From: Adam Prescott Date: Fri, 19 Apr 2019 20:43:13 -0400 Subject: [PATCH] Version 0.3.1 --- CHANGELOG.md | 4 ++++ copyright_header.txt | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec38d6..46f2e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/copyright_header.txt b/copyright_header.txt index a0b199b..3c9c32a 100644 --- a/copyright_header.txt +++ b/copyright_header.txt @@ -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. */ diff --git a/package.json b/package.json index c9f7c64..f20153e 100644 --- a/package.json +++ b/package.json @@ -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": {