Skip to content

Commit facd9f5

Browse files
committed
Prepare bugfix release 0.16.1
1 parent 41dec5c commit facd9f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ At the current stage of this project it is more important to get things right
55
than to be consistent with previous versions. Use this changelog to see what
66
changed in a new release, because this might include API breaking changes.
77

8+
New in v0.16.1
9+
--------------
10+
11+
Bugfixes:
12+
13+
* Explosions in atomic chess were not destroying castling rights. Thanks to
14+
ProgramFOX for finding this issue.
15+
816
New in v0.16.0
917
--------------
1018

chess/__init__.py

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

2727
__email__ = "niklas.fiekas@backscattering.de"
2828

29-
__version__ = "0.16.0"
29+
__version__ = "0.16.1"
3030

3131
import copy
3232
import re

0 commit comments

Comments
 (0)