From 0b994f6f9b67c132d4d539801d52d0f90871a0e8 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Tue, 6 Feb 2024 08:07:49 +0100 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b64ba..bd3a3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.1 + +- fix: do not match scale if localization empty (The one with the braid) +- fix: use broader constraint for intl (The one with the braid) +- fix: version in CHANGELOG (The one with the braid) + ## v2.0.0 - refactor: use binary barcode data by default (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 3004765..f390f67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pkpass description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more. -version: 2.0.0 +version: 2.0.1 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues