From 2d0be94fea6de57f69809d91a9554c7aadb5700c Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Thu, 1 Aug 2024 13:10:15 +0200 Subject: [PATCH] Prepare version 0.8.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05083e..a59c93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 48dbbda..1eef0cc 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.7.1 +version: 0.8.0 platforms: android: ios: