Skip to content

Commit

Permalink
adjust version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Sep 18, 2024
1 parent b05ec75 commit 27444e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion passkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<int>` has been changed to `Uint8List`. This is potentially breaking.

## 0.0.6

Expand Down
2 changes: 1 addition & 1 deletion passkit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 27444e8

Please sign in to comment.