From 8fa03bd6620c3b61731cd026e2a4257dd5d026b2 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 19 Jan 2026 00:27:42 +0000 Subject: [PATCH 1/2] feat: CHANGELOG for Jan 19, 2026 --- 2026/19-01-26.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 2026/19-01-26.md diff --git a/2026/19-01-26.md b/2026/19-01-26.md new file mode 100644 index 0000000..d22251a --- /dev/null +++ b/2026/19-01-26.md @@ -0,0 +1,15 @@ +# Very Good Changelog (01-19-2026) + +TODO: Someone should write a nice description for this CHANGELOG + +## very_good_cli +- fix: enhance optimizer bundle generation verification ([@meylis1998](https://github.com/meylis1998)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1451 + +## very_good_templates +- feat: add license check workflow to templates ([@meylis1998](https://github.com/meylis1998)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/422 +- feat(ios): add FLUTTER_TARGET to build configurations ([@meylis1998](https://github.com/meylis1998)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/412 +- feat(dependency_tightener): auto-skip pinned packages (#217) ([@meylis1998](https://github.com/meylis1998)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/413 From 65a9df534c39d9e72ba8b3944e9e77addfba696e Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:56:04 -0500 Subject: [PATCH 2/2] Apply suggestion from @marcossevilla --- 2026/19-01-26.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/2026/19-01-26.md b/2026/19-01-26.md index d22251a..48671d8 100644 --- a/2026/19-01-26.md +++ b/2026/19-01-26.md @@ -1,7 +1,5 @@ # Very Good Changelog (01-19-2026) -TODO: Someone should write a nice description for this CHANGELOG - ## very_good_cli - fix: enhance optimizer bundle generation verification ([@meylis1998](https://github.com/meylis1998)) - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1451