Skip to content

Commit

Permalink
Merge pull request #24 from Songmu/tagpr-from-v0.2.1
Browse files Browse the repository at this point in the history
Release for v0.3.0
  • Loading branch information
Songmu authored Aug 20, 2023
2 parents 42c38e2 + 62f66d6 commit 7e3c7c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.3.0](https://github.com/Songmu/gotesplit/compare/v0.2.1...v0.3.0) - 2023-08-20
- Use jstemmer/go-junit-report/v2 to correctly parse the output of go test by @shibayu36 in https://github.com/Songmu/gotesplit/pull/22
- introduce tagpr GitHub Action by @Songmu in https://github.com/Songmu/gotesplit/pull/23
- Go 1.21 and update deps by @Songmu in https://github.com/Songmu/gotesplit/pull/25

## [v0.2.1](https://github.com/Songmu/gotesplit/compare/v0.2.0...v0.2.1) (2022-06-09)

* perf: tags option always placed at testOpts [#21](https://github.com/Songmu/gotesplit/pull/21) ([Warashi](https://github.com/Warashi))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package gotesplit

const version = "0.2.1"
const version = "0.3.0"

var revision = "HEAD"

0 comments on commit 7e3c7c2

Please sign in to comment.