From 032307c307e629b0f15260a2135fb7d3e9ed703f Mon Sep 17 00:00:00 2001 From: BW Personal Date: Wed, 30 Aug 2023 15:24:33 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e3a0b7..50101194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### [3.0.3] + +- replace log() with stdout.writeln() + ### [3.0.2] - support intl 18 From a62ddfe90e4fe79ee293ff92bf6e164ebf6f936f Mon Sep 17 00:00:00 2001 From: BW Personal Date: Wed, 30 Aug 2023 15:30:06 +0200 Subject: [PATCH 2/2] version upgrade --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fdf6e127..08359f1b 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.2 +version: 3.0.3 environment: sdk: '>=2.12.0 <4.0.0'