v0.4.0 - 2024-09-22
- docs: add the installation guide with aqua by @suzuki-shunsuke in #29
- merge coverprofiles instead of overwriting them by @CubicrootXYZ in #31
v0.3.1 - 2023-09-27
- Add -race to list when it is specified for test options by @shibayu36 in #26
v0.3.0 - 2023-08-20
- Use jstemmer/go-junit-report/v2 to correctly parse the output of go test by @shibayu36 in #22
- introduce tagpr GitHub Action by @Songmu in #23
- Go 1.21 and update deps by @Songmu in #25
v0.2.1 (2022-06-09)
- perf: tags option always placed at testOpts #21 (Warashi)
- fix: listing tests with tags #20 (Warashi)
v0.2.0 (2022-05-22)
v0.1.2 (2021-08-11)
- update deps #15 (Songmu)
- Output stdout of the executed command to os.Stdout when failed. #14 (fujiwara)