Skip to content

Commit 3cbaf13

Browse files
committed
chore: 0.28.1
1 parent d5cddf6 commit 3cbaf13

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.28.0"
2+
".": "0.28.1"
33
}
44

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.28.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.28.0...v0.28.1) (2025-10-27)
4+
5+
6+
### Bug Fixes
7+
8+
* update changelog ([#1388](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1388)) ([0a54323](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0a54323c11f5f4f6e0e93927862e76e822cd18da))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **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))
14+
* update SPDX licenses ([#1395](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1395)) ([26613e0](https://github.com/VeryGoodOpenSource/very_good_cli/commit/26613e087e84342d8b3ecbd5fef4f18c8360fb4a))
15+
* update SPDX licenses ([#1398](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1398)) ([e61180c](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e61180cdea571b79c208162042ae29c3f9dd46ce))
16+
* update SPDX licenses ([#1405](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1405)) ([d5cddf6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d5cddf6022818794d13a42e404fcefffb3062fb0))
17+
318
## [0.28.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.27.0...v0.28.0) (2025-10-03)
419

520

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.28.0
3+
version: 0.28.1
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)