From 9d8058e2cea8acfb8b3f86091a640a3d6aa6093b Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sun, 1 Sep 2024 18:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 +- example_ohos/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7cf671..6b0a4de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][]. ## Unreleased +*None.* + +## 3.3.0 + ### Breaking changes `saveImage` now requires `filename` rather than `title` other save methods do not require `title` anymore. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 10e0df65..8b921340 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_manager_example description: Demonstrates how to use the photo_manager plugin. -version: 3.2.3+30 +version: 3.3.0+31 publish_to: none environment: diff --git a/example_ohos/pubspec.yaml b/example_ohos/pubspec.yaml index 49126ceb..b14b6123 100644 --- a/example_ohos/pubspec.yaml +++ b/example_ohos/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_manager_example_ohos description: Demonstrates how to use the photo_manager plugin. -version: 3.2.2+29 +version: 3.3.0+31 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 86a39d1a..fad2a54e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: photo_manager description: A Flutter plugin that provides album assets abstraction management APIs on Android, iOS, macOS, and OpenHarmony. repository: https://github.com/fluttercandies/flutter_photo_manager -version: 3.2.3 +version: 3.3.0 environment: sdk: ">=2.13.0 <4.0.0"