Skip to content

Commit e9e18da

Browse files
committed
chore: 1.2.0
1 parent 7051484 commit e9e18da

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-
".": "1.1.1",
2+
".": "1.2.0",
33
"site": "1.1.1"
44
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.1...v1.2.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **mcp:** add directory parameter to test tool ([#1567](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1567)) ([0f0aaf7](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0f0aaf7ee20dc88c929e33ec096ae94774827b46))
9+
10+
11+
### Bug Fixes
12+
13+
* exclude site releases from CLI ([#1551](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1551)) ([b0a5521](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b0a5521430246929cd6b08ea5c9d2b45630f61ba))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **deps:** bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 ([#1568](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1568)) ([7051484](https://github.com/VeryGoodOpenSource/very_good_cli/commit/70514847340ef0c6b6e508e72e6643294ca83efc))
19+
* **site:** 1.1.1 ([#1546](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1546)) ([d349b8e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d349b8e95d83ccbb2b4bb305474d5a671bea96a1))
20+
21+
22+
### Docs
23+
24+
* add ROADMAP.md ([#1566](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1566)) ([0b3a1f5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/0b3a1f5c438d27ce4f9ab74e8802da24f622c37a))
25+
326
## [1.1.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.0...v1.1.1) (2026-03-26)
427

528

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: 1.1.1
3+
version: 1.2.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)