Skip to content

Commit a7be166

Browse files
committed
Prepare release of v0.12.3
1 parent 0de3d1c commit a7be166

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
@@ -6,6 +6,14 @@ is more important to get things right, than to be consistent with previous
66
versions. Use this changelog to see what changed in a new release, because this
77
might include API breaking changes.
88

9+
New in v0.12.3
10+
--------------
11+
12+
Bugfixes:
13+
14+
* Some invalid castling rights were silently ignored by `Board.set_fen()`. Now
15+
it is ensured information is stored for retrieval using `Board.status()`.
16+
917
New in v0.12.2
1018
--------------
1119

chess/__init__.py

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

2121
__email__ = "niklas.fiekas@tu-clausthal.de"
2222

23-
__version__ = "0.12.2"
23+
__version__ = "0.12.3"
2424

2525
import copy
2626
import re

0 commit comments

Comments
 (0)