From 6a34e2734047670ec17aa5191893ed31c3e0c315 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Mon, 23 Mar 2026 14:02:53 +0700 Subject: [PATCH] Bump version to v0.26.5 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3c79fa6..bd8a02153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.26.5] - 2026-03-23 +### Fixed +- #4394 Preview for plain text file without format bytes +- #4384 Page not found when reload Label page +- #4368 Cannot load more because the wrong condition in Email/query + get + ## [0.26.1] - 2026-03-10 ### Fixed - Source code be totally minified by dart2js: concrete `toString` to every exception diff --git a/pubspec.yaml b/pubspec.yaml index cc286ef67..f31e79eb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.26.4 +version: 0.26.5 environment: sdk: ">=3.0.0 <4.0.0"