From 0f00faafe2251fa56121f33211bb56a9a65801cb Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Wed, 16 Oct 2024 10:26:26 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8eb4cf..85b0df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.1 + +- Fixes bugs in the PGN parser. + ## 0.9.0 - `PieceKind` is now an enum. diff --git a/pubspec.yaml b/pubspec.yaml index 2731b4e..0b24d82 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.9.0 +version: 0.9.1 platforms: android: ios: