Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CHANGELOG for Dec 02, 2024 #115

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions 2024/02-12-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Very Good Changelog (12-02-2024)

Minor fixes and feature additions. Gearing up for some new releases before the end of the year.

## very_good_cli

- fix: cleanup `.test_optimizer.dart` on SIGINT ([@luisredondo](https://github.com/luisredondo))
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/1190

## very_good_templates

- feat: update pull request templates to add `test` type option ([@AnnaPS](https://github.com/AnnaPS))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/214

## dart_frog

- feat(dart_frog_auth): add cookie authentication ([@mtwichel](https://github.com/mtwichel))
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1600

## very_good_analysis

- feat: remove `avoid_null_checks_in_equality_operators` ([@wolfenrain](https://github.com/wolfenrain))
- https://github.com/VeryGoodOpenSource/very_good_analysis/pull/124