Skip to content

Commit

Permalink
chore: v0.17.0 (#865)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
  • Loading branch information
wolfenrain and alestiago committed Oct 19, 2023
1 parent 054532f commit 912821b
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"verygoodcore",
"xcassets",
"gradlew",
"fluttium"
"fluttium",
"clsx"
]
}
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# 0.17.0

- chore: add release ready script ([#799](https://github.com/VeryGoodOpenSource/very_good_cli/pull/799))
- fix: Prefer delegation implementation to allow comparator extension ([#742](https://github.com/VeryGoodOpenSource/very_good_cli/pull/742))
- chore(deps): bump cli_completion from 0.3.0 to 0.4.0 ([#802](https://github.com/VeryGoodOpenSource/very_good_cli/pull/802))
- docs: document specific version install ([#803](https://github.com/VeryGoodOpenSource/very_good_cli/pull/803))
- chore(deps): bump pub_updater from 0.3.1 to 0.4.0 ([#801](https://github.com/VeryGoodOpenSource/very_good_cli/pull/801))
- chore(deps): bump mason from 0.1.0-dev.50 to 0.1.0-dev.51 ([#805](https://github.com/VeryGoodOpenSource/very_good_cli/pull/805))
- chore(deps): bump pub_updater from 0.3.1 to 0.4.0 in /e2e ([#806](https://github.com/VeryGoodOpenSource/very_good_cli/pull/806))
- feat(bricks): include SPDX license brick ([#813](https://github.com/VeryGoodOpenSource/very_good_cli/pull/813))
- fix: avoid failure when running local tests ([#820](https://github.com/VeryGoodOpenSource/very_good_cli/pull/820))
- chore: remove extraneous lock file ([#821](https://github.com/VeryGoodOpenSource/very_good_cli/pull/821))
- fixing the formatting in contributing markdown file ([#824](https://github.com/VeryGoodOpenSource/very_good_cli/pull/824))
- chore(deps-dev): bump @docusaurus/module-type-aliases in /site ([#808](https://github.com/VeryGoodOpenSource/very_good_cli/pull/808))
- chore(deps): bump @docusaurus/core from 2.4.1 to 2.4.3 in /site ([#816](https://github.com/VeryGoodOpenSource/very_good_cli/pull/816))
- feat(spdx_license): include tryParse ([#817](https://github.com/VeryGoodOpenSource/very_good_cli/pull/817))
- refactor: add visibleForTesting annotations to testing-related parameters ([#823](https://github.com/VeryGoodOpenSource/very_good_cli/pull/823))
- test(spdx_license): include test and workflow ([#825](https://github.com/VeryGoodOpenSource/very_good_cli/pull/825))
- fix: avoid disabling test optimization when passing extra args ([#826](https://github.com/VeryGoodOpenSource/very_good_cli/pull/826))
- chore(deps): bump @docusaurus/preset-classic in /site ([#809](https://github.com/VeryGoodOpenSource/very_good_cli/pull/809))
- refactor: move spdx_license brick under tool ([#828](https://github.com/VeryGoodOpenSource/very_good_cli/pull/828))
- refactor: moved packages get command to its own file ([#829](https://github.com/VeryGoodOpenSource/very_good_cli/pull/829))
- refactor: reduced new objects when parsing SpdxLicense ([#832](https://github.com/VeryGoodOpenSource/very_good_cli/pull/832))
- chore(spdx_license): generate latest SPDX License ([#834](https://github.com/VeryGoodOpenSource/very_good_cli/pull/834))
- ci: deffer reviewers to codeowners on bump_templates ([#836](https://github.com/VeryGoodOpenSource/very_good_cli/pull/836))
- ci: include workflow to commit SPDX updates as bot ([#835](https://github.com/VeryGoodOpenSource/very_good_cli/pull/835))
- chore: request code ownership ([#839](https://github.com/VeryGoodOpenSource/very_good_cli/pull/839))
- chore: update SPDX licenses ([#837](https://github.com/VeryGoodOpenSource/very_good_cli/pull/837))
- feat: defined PubLicense to get packages' licenses ([#818](https://github.com/VeryGoodOpenSource/very_good_cli/pull/818))
- docs: documented SPDX build_hooks workflow ([#833](https://github.com/VeryGoodOpenSource/very_good_cli/pull/833))
- feat: include hidden check licenses command ([#841](https://github.com/VeryGoodOpenSource/very_good_cli/pull/841))
- docs: documented very_good test argument terminator ([#840](https://github.com/VeryGoodOpenSource/very_good_cli/pull/840))
- refactor: make all mock class to private ([#838](https://github.com/VeryGoodOpenSource/very_good_cli/pull/838))
- feat: inject PubLicense in VeryGoodCommandRunner ([#843](https://github.com/VeryGoodOpenSource/very_good_cli/pull/843))
- chore(deps-dev): bump eslint from 8.49.0 to 8.51.0 in /site ([#844](https://github.com/VeryGoodOpenSource/very_good_cli/pull/844))
- chore(deps): bump clsx from 1.2.1 to 2.0.0 in /site ([#830](https://github.com/VeryGoodOpenSource/very_good_cli/pull/830))
- chore(deps-dev): bump @docusaurus/eslint-plugin in /site ([#831](https://github.com/VeryGoodOpenSource/very_good_cli/pull/831))
- feat: allow `packages check licenses` to fetch licenses ([#842](https://github.com/VeryGoodOpenSource/very_good_cli/pull/842))
- feat: add `--ignore-failures` to `check licenses` ([#846](https://github.com/VeryGoodOpenSource/very_good_cli/pull/846))
- feat: add `--dependency-type` to `check licenses` ([#847](https://github.com/VeryGoodOpenSource/very_good_cli/pull/847))
- feat: create SpdxLicense ([#851](https://github.com/VeryGoodOpenSource/very_good_cli/pull/851))
- feat: add `--allowed` to `check licenses` ([#848](https://github.com/VeryGoodOpenSource/very_good_cli/pull/848))
- feat: add `--forbidden` to `check licenses` ([#850](https://github.com/VeryGoodOpenSource/very_good_cli/pull/850))
- feat: rename `ignore-failures` to `ignore-retrieval-failures` ([#858](https://github.com/VeryGoodOpenSource/very_good_cli/pull/858))
- feat: include license count upon `check licenses` progress completion ([#856](https://github.com/VeryGoodOpenSource/very_good_cli/pull/856))
- feat: update forbidden and allowed help message ([#857](https://github.com/VeryGoodOpenSource/very_good_cli/pull/857))
- feat: add `skip-packages` to `check licenses` ([#854](https://github.com/VeryGoodOpenSource/very_good_cli/pull/854))
- feat: modified collection progress message on `check license` ([#855](https://github.com/VeryGoodOpenSource/very_good_cli/pull/855))
- docs: add path setup instructions ([#861](https://github.com/VeryGoodOpenSource/very_good_cli/pull/861))
- feat: add thank you message ([#814](https://github.com/VeryGoodOpenSource/very_good_cli/pull/814))
- docs: include license checking page ([#860](https://github.com/VeryGoodOpenSource/very_good_cli/pull/860))
- feat: show `check licenses` command ([#862](https://github.com/VeryGoodOpenSource/very_good_cli/pull/862))

# 0.16.0

- fix!: remove analytics ([#756](https://github.com/VeryGoodOpenSource/very_good_cli/pull/756))
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: very_good_cli
description: A Very Good Command-Line Interface for Dart created by Very Good Ventures.
version: 0.16.0
version: 0.17.0
homepage: https://cli.vgv.dev/
repository: https://github.com/VeryGoodOpenSource/very_good_cli
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues
Expand Down

0 comments on commit 912821b

Please sign in to comment.