From e91f4e0a611a29ed991b7d405bcb64baee294df1 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 9 Mar 2026 00:31:53 +0000 Subject: [PATCH 1/2] feat: CHANGELOG for Mar 09, 2026 --- 2026/09-03-26.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 2026/09-03-26.md diff --git a/2026/09-03-26.md b/2026/09-03-26.md new file mode 100644 index 0000000..154eebf --- /dev/null +++ b/2026/09-03-26.md @@ -0,0 +1,31 @@ +# Very Good Changelog (03-09-2026) + +TODO: Someone should write a nice description for this CHANGELOG + +## very_good_cli +- feat(test): add check-ignore and run-skipped ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1517 +- fix: mcp test optimization disabled by default ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1515 +- fix(mcp): remove directory arg from test ([@RuiMiguel](https://github.com/RuiMiguel)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1516 +- feat(test): add show uncovered lines ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1512 +- chore(site): 1.0.3 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1511 + +## very_good_templates +- feat: Adding the app ui template ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/455 +- fix: add missing LICENSE files to templates ([@juan-vgv](https://github.com/juan-vgv)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/448 +- docs(very_good_core): fix and simplify translation docs ([@juan-vgv](https://github.com/juan-vgv)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/442 + +## r13n +- chore: deprecate ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/r13n/pull/93 + +## very_good_infinite_list +- docs: add transfer note to Flutter ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_infinite_list/pull/94 From 5e9e5d646f599d23df81916211cd02b62dd2b184 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:10:42 +0100 Subject: [PATCH 2/2] Update 2026/09-03-26.md --- 2026/09-03-26.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/2026/09-03-26.md b/2026/09-03-26.md index 154eebf..fb43913 100644 --- a/2026/09-03-26.md +++ b/2026/09-03-26.md @@ -1,7 +1,5 @@ # Very Good Changelog (03-09-2026) -TODO: Someone should write a nice description for this CHANGELOG - ## very_good_cli - feat(test): add check-ignore and run-skipped ([@marcossevilla](https://github.com/marcossevilla)) - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1517