From cdc391c50a60ea8f8cd752c5b68a3c65b5409b66 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Thu, 11 Jul 2024 11:57:41 +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 2089535..9dd27d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.1.2 + +- chore: add CI (The one with the braid) +- fix: support compressed archives and advanced character encoding (The one with the braid) + ## v2.1.1 - fix: convert field value to String instead of casting (ptrcnull) diff --git a/pubspec.yaml b/pubspec.yaml index 879126d..db77576 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.1.1 +version: 2.1.2 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues