diff --git a/.github/.cspell/people_usernames.txt b/.github/.cspell/people_usernames.txt index d54c4a3..89818c5 100644 --- a/.github/.cspell/people_usernames.txt +++ b/.github/.cspell/people_usernames.txt @@ -16,6 +16,7 @@ DiRuffy easazade egyleader eliasreis54 +Erengun erickzanardo feduke-nukem felangel diff --git a/2025/23-06-25.md b/2025/23-06-25.md new file mode 100644 index 0000000..7a77506 --- /dev/null +++ b/2025/23-06-25.md @@ -0,0 +1,13 @@ +# Very Good Changelog (06-23-2025) + +## very_good_analysis +- docs: update `CONTRIBUTING.md` to explain how to add new lint rules ([@wolfenrain](https://github.com/wolfenrain)) + - https://github.com/VeryGoodOpenSource/very_good_analysis/pull/156 + +## very_good_cli +- chore: 0.26.1 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1291 +- fix: reorder Flutter SDK check and pubGet execution in PackagesGetCommand ([@Erengun](https://github.com/Erengun)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1285 +- fix!: license check should exit 0 when no dependencies found ([@felangel](https://github.com/felangel)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1261