Skip to content

Commit e8c41e7

Browse files
committed
Prepare release of v0.10.1
1 parent 28c7159 commit e8c41e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.10.1
10+
--------------
11+
12+
Bugfixes:
13+
14+
* Fix use-after-free in Gaviota tablebase initialization.
15+
916
New in v0.10.0
1017
--------------
1118

chess/__init__.py

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

2121
__email__ = "[email protected]"
2222

23-
__version__ = "0.10.0"
23+
__version__ = "0.10.1"
2424

2525

2626
import collections

0 commit comments

Comments
 (0)