diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cbea5..2089535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.1.1 + +- fix: convert field value to String instead of casting (ptrcnull) +- fix: use scale when matching files (ptrcnull) + ## v2.1.0 - chore: apply code style (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index afcc36d..b04ef7f 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.0 +version: 2.1.1 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues @@ -19,5 +19,5 @@ dependencies: dev_dependencies: import_sorter: ^4.6.0 - lints: ">=2.0.0 <4.0.0" + lints: ">=2.0.0 <5.0.0" test: ^1.21.0