Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlou5 committed Jun 9, 2023
1 parent 4ad266f commit 91049d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v2.2.0

_2023-06-09 14:22_

- Added command-line parsing to allow launching a game between builtin players
- Added threefold repetition rule
- Tweaked castling and en passant abilities
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.1.0"
version = "2.2.0"
description = "A Python package to play Alice Chess"
authors = ["Joseph Lou <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/alicechess/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version for `alicechess` package.
"""

__version__ = "2.1.0"
__version__ = "2.2.0"

0 comments on commit 91049d3

Please sign in to comment.