Skip to content

Commit

Permalink
Bump to v0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed Oct 22, 2023
1 parent 1542b16 commit e6609cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@
* Fix some typos in code
* Use more precise exception in precondition-checking code (#9)

## 0.3.1

Note: this tag is not pushed to GitHub, but published to pub.dev.

* Remove unneeded `required` in `decodePartialNdefMessage`
* Remove unused test
* Change to a formal version of MIT License

## 0.3.2

* Upgrade to Dart v3
* Fix multiple bugs (#14, #15, #17, #18)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndef
description: A Dart library to decode & encode NDEF records, supporting multiple types.
version: 0.3.0
version: 0.3.2
homepage: https://github.com/nfcim/ndef

environment:
Expand Down

0 comments on commit e6609cf

Please sign in to comment.