Skip to content

Commit 890cb8e

Browse files
committed
Prepare release of v0.15.1
1 parent b0150d6 commit 890cb8e

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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.15.1
10+
--------------
11+
12+
Bugfixes:
13+
14+
* Fix a bug where `shift_up_right()` and `shift_up_left()` were producing
15+
integers larger than 64bit when shifting squares off the board.
16+
17+
New features:
18+
19+
* Replaced __html__ with experimental SVG rendering for IPython.
20+
921
New in v0.15.0
1022
--------------
1123

README.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -376,19 +376,6 @@ Features
376376
>>> engine.quit()
377377
0
378378
379-
Bug bounty
380-
----------
381-
382-
There is a **100$ bug bounty** for the first report of a critical issue in the
383-
core module. (Most likely I'll renew the bounty.)
384-
The bug must be reproducible in the latest release, not yet reported,
385-
and not yet fixed in the master branch. I consider critical:
386-
387-
* Move generation
388-
* Move validation
389-
* Move making
390-
* Parser errors that leave objects in an inconsistent state
391-
392379
Performance
393380
-----------
394381

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.15.0"
29+
__version__ = "0.15.1"
3030

3131
import copy
3232
import re

0 commit comments

Comments
 (0)