diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b08ff6..5f19d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.11.1 + +- Removed unused dart_console dependency. +- Added support for dcli v9. + ## 0.11.0 - Added improved `add` command with human-friendly and JSON template syntax. @@ -16,7 +21,6 @@ - Solved issue with default locale in null - ## 0.9.0 - Added support for intl 0.20.2 diff --git a/pubspec.yaml b/pubspec.yaml index 4da6256..45ae9b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arb_utils description: A set of tools to work with .arb files (the preferred Dart way of dealing with i18n/l10n/translations) -version: 0.11.0 +version: 0.11.1 repository: https://github.com/Rodsevich/arb_utils homepage: https://gitlab.com/Rodsevich/arb_utils @@ -15,13 +15,11 @@ dependencies: intl: ">=0.18.0 <0.21.0" intl_utils: ^2.8.7 shared_preferences: ^2.2.2 - dcli: ">=6.0.0 <=9.0.0" - dart_console: ^4.1.0 + dcli: ">=6.0.0 <=10.0.0" dev_dependencies: lints: ^4.0.0 test: ^1.25.2 - win32: ^5.4.0 executables: arb_utils: