From e153b3e3b0e27009bca40729baed8c16c4662e7a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:08:01 +0000 Subject: [PATCH 1/2] Initial plan From 26a5f7d99e5a011531bff053a67fb0fed263e8c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:11:01 +0000 Subject: [PATCH 2/2] Bump version to 3.0.9 and update CHANGELOG Co-authored-by: aissat <4768203+aissat@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf74e56..0fe982e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [3.0.9] + +- Added support for linked files feature +- Enhanced localization file loading capabilities + ### [3.0.8] - code audit and maintenance updates diff --git a/pubspec.yaml b/pubspec.yaml index beed69fe..eaeaa376 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/aissat/easy_localization issue_tracker: https://github.com/aissat/easy_localization/issues # publish_to: none -version: 3.0.8 +version: 3.0.9 environment: sdk: '>=2.12.0 <4.0.0'