From 872b7a7d55bb85a5dd071eaa8dfda2edf1abde3c Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sat, 4 May 2024 12:07:20 +0700 Subject: [PATCH] Version 1.4.2 --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9361e..413a06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### 1.4.2 - Fixed an error with castling rights changes when a rook takes a rook. +- Fixed incorrect PGN formatting when the first move was black (thanks @govind-maheshwari2). ### 1.4.1 - Now using Dart 3! diff --git a/pubspec.yaml b/pubspec.yaml index 6ecae39..4b79632 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: bishop -version: 1.4.1 +version: 1.4.2 description: Bishop is a chess logic package with flexible variant support. repository: https://github.com/alexobviously/bishop issue_tracker: https://github.com/alexobviously/bishop/issues