From edaa094f62266376b4778ad11a6b2cad9458fd89 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Tue, 10 Mar 2026 11:10:26 +0700 Subject: [PATCH] Bump version to v0.26.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdad5a9d..8a3c79fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.26.1] - 2026-03-10 +### Fixed +- Source code be totally minified by dart2js: concrete `toString` to every exception + ## [0.26.0] - 2026-03-05 ### Added - TF-4303 Change order for label action diff --git a/pubspec.yaml b/pubspec.yaml index 2205284d4..eeab281ef 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.0 +version: 0.26.1 environment: sdk: ">=3.0.0 <4.0.0"