From dd7ec31eb97fc6e4ec95f178d867e24e15602209 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 1 Nov 2021 23:15:51 -0500 Subject: [PATCH 1/2] chore: v0.4.9 --- CHANGELOG.md | 13 +++++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b48bca0..733711f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.4.9 (2021-11-02) + +### Bug Fixes + +- **very_good_core:** update ic_launcher_background ([#218](https://github.com/VeryGoodOpenSource/very_good_cli/issues/218)) ([4d7a6b1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/4d7a6b1a3145b1b109fb5d1dac26d03a42e13722)) + +### Features + +- **core:** upgrade dependencies ([#222](https://github.com/VeryGoodOpenSource/very_good_cli/issues/222)) ([a0e0a13](https://github.com/VeryGoodOpenSource/very_good_cli/commit/a0e0a13a3b59312fe91c28b8e68fc872083a1c7e)) +- **dart_pkg:** update dependencies ([#223](https://github.com/VeryGoodOpenSource/very_good_cli/issues/223)) ([24ebc05](https://github.com/VeryGoodOpenSource/very_good_cli/commit/24ebc05f3e0a1b419a1e369515d637419a1b6b7e)) +- **flutter_pkg:** update dependencies ([#224](https://github.com/VeryGoodOpenSource/very_good_cli/issues/224)) ([0b899f1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0b899f1e6eb6d8b189e54d2bca9a00147fa60b62)) +- **flutter_plugin:** update dependencies ([#225](https://github.com/VeryGoodOpenSource/very_good_cli/issues/225)) ([59f208e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/59f208e8282def29f8bd94f8684b6c8f24fd2169)) + # v0.4.8 (2021-10-18) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 68cb0d861..5bc3d1aba 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.4.8'; +const packageVersion = '0.4.9'; diff --git a/pubspec.yaml b/pubspec.yaml index 9cce7882e..f21db712f 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.4.8 +version: 0.4.9 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: From 3e0da7bd603f7db83e8517b333ec716407431ced Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 1 Nov 2021 23:58:45 -0500 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733711f41..232e1181b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Features - **core:** upgrade dependencies ([#222](https://github.com/VeryGoodOpenSource/very_good_cli/issues/222)) ([a0e0a13](https://github.com/VeryGoodOpenSource/very_good_cli/commit/a0e0a13a3b59312fe91c28b8e68fc872083a1c7e)) +- **core:** upgrade to dart >= 2.14.0 ([#227](https://github.com/VeryGoodOpenSource/very_good_cli/issues/227)) ([10be297](https://github.com/VeryGoodOpenSource/very_good_cli/commit/10be297752b62d4ff25b8f058303ac61ba1b2d14)) - **dart_pkg:** update dependencies ([#223](https://github.com/VeryGoodOpenSource/very_good_cli/issues/223)) ([24ebc05](https://github.com/VeryGoodOpenSource/very_good_cli/commit/24ebc05f3e0a1b419a1e369515d637419a1b6b7e)) - **flutter_pkg:** update dependencies ([#224](https://github.com/VeryGoodOpenSource/very_good_cli/issues/224)) ([0b899f1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0b899f1e6eb6d8b189e54d2bca9a00147fa60b62)) - **flutter_plugin:** update dependencies ([#225](https://github.com/VeryGoodOpenSource/very_good_cli/issues/225)) ([59f208e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/59f208e8282def29f8bd94f8684b6c8f24fd2169))