From 51597464df2284395e82aa749ed29e6ee827860a Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:39:46 -0300 Subject: [PATCH 1/2] chore: 0.29.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7803662aa..e914e899b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.28.0" + ".": "0.29.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc3c19f7..1d3005cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.29.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.28.0...v0.29.0) (2025-11-06) + + +### Features + +* Run tests on a windows CI as well ([48b22bb](https://github.com/VeryGoodOpenSource/very_good_cli/commit/48b22bbb76bd80747f07735ba1af98e3d0410971)) + + +### Bug Fixes + +* failing test on Windows ([#1407](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1407)) ([a3c7d37](https://github.com/VeryGoodOpenSource/very_good_cli/commit/a3c7d37fb216da825c5cd3eb863a77ba07a2df56)) +* update changelog ([#1388](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1388)) ([0a54323](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0a54323c11f5f4f6e0e93927862e76e822cd18da)) + + +### Miscellaneous Chores + +* **deps-dev:** bump @docusaurus/tsconfig from 3.9.1 to 3.9.2 in /site ([#1403](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1403)) ([f15d6a8](https://github.com/VeryGoodOpenSource/very_good_cli/commit/f15d6a882e5c970c85952602810d72d76447a22c)) +* **deps:** bump pana from 0.22.24 to 0.23.0 ([#1404](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1404)) ([3deeb7d](https://github.com/VeryGoodOpenSource/very_good_cli/commit/3deeb7d62f866b852814c62cc5852c6988c75bb9)) +* update SPDX licenses ([#1395](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1395)) ([26613e0](https://github.com/VeryGoodOpenSource/very_good_cli/commit/26613e087e84342d8b3ecbd5fef4f18c8360fb4a)) +* update SPDX licenses ([#1398](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1398)) ([e61180c](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e61180cdea571b79c208162042ae29c3f9dd46ce)) +* update SPDX licenses ([#1405](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1405)) ([d5cddf6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d5cddf6022818794d13a42e404fcefffb3062fb0)) + ## [0.28.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.27.0...v0.28.0) (2025-10-03) diff --git a/lib/src/version.dart b/lib/src/version.dart index d9531978c..73b157a6c 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.28.0'; // x-release-please-version +const packageVersion = '0.29.0'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index d37f3b6f4..be1c26a5e 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.28.0 +version: 0.29.0 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues From 213e5dbb2f406af607878a301d19282f117a37f6 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:13:45 -0500 Subject: [PATCH 2/2] chore: update version number --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e914e899b..7366bbf3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.29.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3005cce..e84c7d708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.29.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.28.0...v0.29.0) (2025-11-06) +## [1.0.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.28.0...v1.0.0) (2025-11-06) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index 73b157a6c..379f8f0c0 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.29.0'; // x-release-please-version +const packageVersion = '1.0.0'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index be1c26a5e..9fa310c6e 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.29.0 +version: 1.0.0 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues