Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
- [mate] 遠隔駒で王手されたとき、王手している遠隔駒の利きに移動する手を削除しないバグ修正 #45
- [mate] Evasionの後に王手がかかっている場合mateMoveIn1Plyは呼び出せない #46
  • Loading branch information
TadaoYamaoka committed Jan 18, 2024
1 parent d40d80e commit 525b380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def finalize_options(self):

setup_kwargs = {
"name": "cshogi",
"version": "0.8.1",
"version": "0.8.2",
"description": "A fast Python shogi library",
"long_description": None,
"author": "Tadao Yamaoka",
Expand Down

0 comments on commit 525b380

Please sign in to comment.