From c937292c3cc46657f9e8fef08492e43291b70a9d Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Wed, 9 Oct 2024 17:56:14 +0200 Subject: [PATCH] Prepare 0.9.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948c1ec..c8eb4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0 + +- `PieceKind` is now an enum. + ## 0.8.0 ### Breaking changes: diff --git a/pubspec.yaml b/pubspec.yaml index 1eef0cc..2731b4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.8.0 +version: 0.9.0 platforms: android: ios: