diff --git a/CHANGELOG.md b/CHANGELOG.md index 604a87f..0acaf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.12.0](https://github.com/chenasraf/pantry-flutter/compare/v0.11.0...v0.12.0) (2026-05-15) + + +### Features + +* add setting to show spacing between categories in checklist items ([689e4d6](https://github.com/chenasraf/pantry-flutter/commit/689e4d6cad89a84621b77e300198d12ac43131ff)) +* create new lists from the list selector ([41e8ac1](https://github.com/chenasraf/pantry-flutter/commit/41e8ac13a0ab78436bc2674220ed282f8410862d)) +* share photos, links, and text to Pantry from other apps ([60b16aa](https://github.com/chenasraf/pantry-flutter/commit/60b16aad309ec0f02b542c53a7bfafb9f9652da3)) +* take photos directly from the photo board ([d880269](https://github.com/chenasraf/pantry-flutter/commit/d8802690c0a3ab80346f84ea1df4b3774ba6e4ee)) + ## [0.11.0](https://github.com/chenasraf/pantry-flutter/compare/v0.10.1...v0.11.0) (2026-05-12) diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 0000000..3dc7bae --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1,5 @@ +Features +- add setting to show spacing between categories in checklist items +- create new lists from the list selector +- share photos, links, and text to Pantry from other apps +- take photos directly from the photo board diff --git a/fastlane/metadata/ios/en-US/changelogs/26.txt b/fastlane/metadata/ios/en-US/changelogs/26.txt new file mode 100644 index 0000000..3dc7bae --- /dev/null +++ b/fastlane/metadata/ios/en-US/changelogs/26.txt @@ -0,0 +1,5 @@ +Features +- add setting to show spacing between categories in checklist items +- create new lists from the list selector +- share photos, links, and text to Pantry from other apps +- take photos directly from the photo board diff --git a/pubspec.yaml b/pubspec.yaml index 9a2d449..6075418 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.11.0+25 +version: 0.12.0+26 environment: sdk: ^3.11.1