Skip to content

Commit 76965d9

Browse files
committed
chore: 1.1.0
1 parent a521bf5 commit 76965d9

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.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.0.0",
2+
".": "1.1.0",
33
"site": "1.0.3"
44
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.0.0...v1.1.0) (2026-03-09)
4+
5+
6+
### Features
7+
8+
* **test:** add check-ignore and run-skipped ([#1517](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1517)) ([43d72be](https://github.com/VeryGoodOpenSource/very_good_cli/commit/43d72be7fab5ef56b65e75e0c4f21592a561d4f8))
9+
* **test:** add show uncovered lines ([#1512](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1512)) ([ded170b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/ded170bd00eaf56c0ff215a7ee73964837cf833b))
10+
11+
12+
### Bug Fixes
13+
14+
* exclude site releases from CLI ([#1500](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1500)) ([40cf53a](https://github.com/VeryGoodOpenSource/very_good_cli/commit/40cf53a7385b7c0d78b3a496bceb6ea6b11c7c02))
15+
* mcp test optimization disabled by default ([#1515](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1515)) ([08868d1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/08868d11897553385b19553089f0d5b39eef70d6))
16+
* remove directory arg from mcp test ([#1516](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1516)) ([586d7c7](https://github.com/VeryGoodOpenSource/very_good_cli/commit/586d7c79aa41187831b01dbe8589e8a76edc742d))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* **deps:** bump dart_mcp from 0.4.1 to 0.5.0 ([#1513](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1513)) ([5678582](https://github.com/VeryGoodOpenSource/very_good_cli/commit/5678582e541abc441c6a8749327d0fb039ec0ad0))
22+
* **deps:** bump test from 1.26.3 to 1.30.0 in /tool/spdx_license/hooks ([#1508](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1508)) ([a8bf3d9](https://github.com/VeryGoodOpenSource/very_good_cli/commit/a8bf3d916e25d6cde918643646aa0eba52ea05a3))
23+
* **site:** 1.0.1 ([#1498](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1498)) ([e9dacc1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/e9dacc19404bbbe6bae717478637ae6944c718ec))
24+
* **site:** 1.0.2 ([#1504](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1504)) ([00d0b49](https://github.com/VeryGoodOpenSource/very_good_cli/commit/00d0b49f51ce420064f2ee5dfe9b9d49dda8f239))
25+
* **site:** 1.0.3 ([#1511](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1511)) ([d6692ac](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d6692ac97b35ace631bee3c0afdf77c9a6322ec9))
26+
* update SPDX licenses ([#1501](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1501)) ([43cce45](https://github.com/VeryGoodOpenSource/very_good_cli/commit/43cce457bc5a40ff209adff46161321617261f8e))
27+
328
## [1.0.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.28.0...v1.0.0) (2026-02-19)
429

530

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.0.0
3+
version: 1.1.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)