Skip to content

Commit

Permalink
Prepare 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 17, 2022
1 parent 614d718 commit 3c902fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog for python-chess
==========================

New in v1.9.2
-------------

Bugfixes:

* Fix recursive Crazyhouse move generation sometimes failing with
with ``RuntimeError``.
* Fix rendering of black pawn SVG on dark background.

New features:

* Add ``chess.engine.AnalysisResult.would_block()``.

New in v1.9.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "1.9.1"
__version__ = "1.9.2"

import collections
import copy
Expand Down

0 comments on commit 3c902fd

Please sign in to comment.