From 76484a947c352f7e887b7d2d073b65d70884de43 Mon Sep 17 00:00:00 2001 From: Benjamin Weber <89379862+bw-flagship@users.noreply.github.com> Date: Sun, 11 Feb 2024 08:26:03 +0100 Subject: [PATCH] Version 3.0.4 (#647) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50101194..56b52815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### [3.0.4] + +- determine plural cases based on the actual language rules (#620) +- update intl to 0.19.0 (#638) + ### [3.0.3] - replace log() with stdout.writeln() diff --git a/pubspec.yaml b/pubspec.yaml index ebedd847..42a524c0 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.3 +version: 3.0.4 environment: sdk: '>=2.12.0 <4.0.0'