Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@

- add ExitTestEvent to indicate the process has exited ([#6](https://github.com/VeryGoodOpenSource/very_good_test_runner/issues/6)) ([8f37fbd](https://github.com/VeryGoodOpenSource/very_good_test_runner/commit/8f37fbde9dafaef5702b75c8aad06e4fdca0d015))

## [0.4.1](https://github.com/VeryGoodOpenSource/very_good_test_runner/compare/v0.4.0...v0.4.1) (2026-09-08)


### Miscellaneous Chores

* **deps:** bump very_good_analysis from 10.3.0 to 11.0.0 ([#58](https://github.com/VeryGoodOpenSource/very_good_test_runner/issues/58)) ([4731f74](https://github.com/VeryGoodOpenSource/very_good_test_runner/commit/4731f747407d1b5b017ebdd8328c3eddb4d3d1fc))

## [0.4.0](https://github.com/VeryGoodOpenSource/very_good_test_runner/compare/v0.3.0...v0.4.0) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_test_runner
description: A test runner for Flutter and Dart created by Very Good Ventures
homepage: https://github.com/VeryGoodOpenSource/very_good_test_runner
version: 0.4.0
version: 0.4.1

environment:
sdk: ^3.12.0
Expand Down