Skip to content

Commit f8aed42

Browse files
committed
chore: 0.27.0
1 parent 5cf058a commit f8aed42

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.26.2"
2+
".": "0.27.0"
33
}
44

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [0.27.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.26.2...v0.27.0) (2025-08-13)
2+
3+
4+
### Features
5+
6+
* Adding the dart test command ([#1333](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1333)) ([d7ef095](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d7ef09542c0b68a8ee317dfa75527f01b189437d))
7+
* allow `very_good create .` ([#996](https://github.com/VeryGoodOpenSource/very_good_cli/issues/996)) ([287f751](https://github.com/VeryGoodOpenSource/very_good_cli/commit/287f751d5924472265f2930669b358ee1797c121))
8+
9+
10+
### Bug Fixes
11+
12+
* exclude paths from automatic releases ([#1329](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1329)) ([68522ce](https://github.com/VeryGoodOpenSource/very_good_cli/commit/68522ceb2b8d1fe05291932f9ddc738ef9e49b3e))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* automate releases ([#1314](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1314)) ([1d08932](https://github.com/VeryGoodOpenSource/very_good_cli/commit/1d0893242952a4b3c86af9b1793e3d6e9fa6d75d))
18+
* update SPDX licenses ([#1313](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1313)) ([142f3f2](https://github.com/VeryGoodOpenSource/very_good_cli/commit/142f3f217d33c78a6896b3d9746bff8959e4e4fd))
19+
20+
21+
### Docs
22+
23+
* improve release process ([#1332](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1332)) ([cc83127](https://github.com/VeryGoodOpenSource/very_good_cli/commit/cc831279e37218a248ac434b303c4e9011b36f7d))
124

225
## 0.26.2
326

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: very_good_cli
22
description: A Very Good Command-Line Interface for Dart created by Very Good Ventures.
3-
version: 0.26.2
3+
version: 0.27.0
44
homepage: https://cli.vgv.dev/
55
repository: https://github.com/VeryGoodOpenSource/very_good_cli
66
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues

0 commit comments

Comments
 (0)