From 0f91567c81318048ab18b0392f794faaf2bcd527 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Sat, 15 Jun 2024 18:01:03 +0200 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3a3e9..16cbea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.1.0 + +- chore: apply code style (The one with the braid) +- Feature: implement advanced number and date formatting (Florian Werner) + ## v2.0.1 - fix: do not match scale if localization empty (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index f390f67..afcc36d 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.1 +version: 2.1.0 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues