From 1c54863f7b7045c2a9c9c2cb1cc95c6aff64f119 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Mon, 4 Sep 2023 12:25:18 +0200 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6997597..347b272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.2.0 + +- chore: support complete CSS color codes (The one with the braid) + ## v1.1.2 - fix: code style (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 2b6ecc6..6885567 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: 1.1.2 +version: 1.2.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