From 4a8de1193b10a98d13ba781cd0f8a43cca2ce901 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 15 Jul 2021 23:12:03 -0500 Subject: [PATCH] chore: v0.2.5 (#153) --- CHANGELOG.md | 10 ++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5265ba..d6bb5307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.2.5 (2021-07-16) + +### Bug Fixes + +- org name validation ([#151](https://github.com/VeryGoodOpenSource/very_good_cli/issues/151)) ([65c5ea6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/65c5ea630c3be2169dfd8acdc61d1c29df08aec0)) + +### Features + +- l10n non-nullable getter + variable org name segment length ([#152](https://github.com/VeryGoodOpenSource/very_good_cli/issues/152)) ([3a0cc4a](https://github.com/VeryGoodOpenSource/very_good_cli/commit/3a0cc4ac561a8e67ab42115da4bfef88770b2144)) + # v0.2.4 (2021-07-14) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index 2ae6cb59..b49ca9cc 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.2.4'; +const packageVersion = '0.2.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 7e76943b..369c4304 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: very_good_cli description: A Very Good Command Line Interface for Dart created by Very Good Ventures. -version: 0.2.4 +version: 0.2.5 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: