From 27444e8a107dfa0eea3b7eb790f0ee36f43f3791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Wed, 18 Sep 2024 19:29:43 +0200 Subject: [PATCH] adjust version + changelog --- passkit/CHANGELOG.md | 3 ++- passkit/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/passkit/CHANGELOG.md b/passkit/CHANGELOG.md index a27d930..24c1e2b 100644 --- a/passkit/CHANGELOG.md +++ b/passkit/CHANGELOG.md @@ -1,7 +1,8 @@ ## 0.0.7 -- The library is now able to create fully signed `pkpass` files that actually work with Apple Wallet. +- The library is now able to create properly signed `pkpass` files that work with Apple Wallet. Follow the guide [here](https://github.com/ueman/passkit/blob/master/passkit/SIGNING.md) to learn more. +- Pretty much every use of `List` has been changed to `Uint8List`. This is potentially breaking. ## 0.0.6 diff --git a/passkit/pubspec.yaml b/passkit/pubspec.yaml index 9ae4af5..ce2a47c 100644 --- a/passkit/pubspec.yaml +++ b/passkit/pubspec.yaml @@ -1,6 +1,6 @@ name: passkit description: Pure Dart library which can read Apple's PKPass files. Works on servers too. -version: 0.0.6 +version: 0.0.7 repository: https://github.com/ueman/passkit issue_tracker: https://github.com/ueman/passkit/issues topics: