Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlou5 committed Sep 12, 2023
1 parent 23601cc commit 3fd38d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v3.0.0

_2023-09-11 23:36_

- Fixed bug where castles and en passants were not registering
- The special moves were being saved according to the position of the piece,
but were being accessed according to the id of the piece.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ line_length = 79

[tool.poetry]
name = "alicechess"
version = "2.5.0"
version = "3.0.0"
description = "A Python package to play Alice Chess"
authors = ["Joseph Lou <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 3fd38d4

Please sign in to comment.