From 46d2338b6705b1a0e581986a9d68850001e38e4f Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 22 Oct 2024 21:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 2 +- example_ohos/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd67d71..339c57cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ To know more about breaking changes, see the [Migration Guide][]. *None.* +## 3.5.2 + +### Improvements + +- Get rid of `@try` `@catch` when toggling favorite on Darwin. + ## 3.5.1 ### Improvements diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4951b7a4..b261e003 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.5.1+34 +version: 3.5.2+35 publish_to: none environment: diff --git a/example_ohos/pubspec.yaml b/example_ohos/pubspec.yaml index d0d5416e..15a573c2 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.5.1+34 +version: 3.5.2+35 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 7c4c0001..b7f6c002 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.5.1 +version: 3.5.2 environment: sdk: ">=2.13.0 <4.0.0"