Skip to content

Commit

Permalink
Prepare version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Aug 1, 2024
1 parent 059b916 commit 2d0be94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.0

### Breaking changes:
- `Square` is now an extension type.
- Introduce `File` and `Rank` types.

## 0.7.1

- Add Piece.kind, Role.letter and Role.uppercaseLetter getters.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dartchess
description: Provides chess and chess variants rules and operations including chess move generation, read and write FEN, read and write PGN.
repository: https://github.com/lichess-org/dartchess
version: 0.7.1
version: 0.8.0
platforms:
android:
ios:
Expand Down

0 comments on commit 2d0be94

Please sign in to comment.