Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi-bot committed Jun 28, 2024
1 parent 952a4d4 commit 407a478
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 1.0.0 (2024-06-28)


### Features

* add AssumeNoBuildOutput option to ignore build output ([#11](https://github.com/joschi/go-junit-report/issues/11)) ([940046d](https://github.com/joschi/go-junit-report/commit/940046d07e4639c3ef97a1b2d2b02b4c4ce8e4ac))
* populate skipped message with last line of test output ([#13](https://github.com/joschi/go-junit-report/issues/13)) ([3f30451](https://github.com/joschi/go-junit-report/commit/3f30451b10e74b043687492477d3c665045ff39e))
* remove ANSI escape sequences from output ([#5](https://github.com/joschi/go-junit-report/issues/5)) ([ad9f925](https://github.com/joschi/go-junit-report/commit/ad9f925efa87f146a9998a4a226dc80bb0452018))
* support new coverage format of Go 1.20 ([#12](https://github.com/joschi/go-junit-report/issues/12)) ([5a66382](https://github.com/joschi/go-junit-report/commit/5a66382305fe6bb671363955b634e70b4800923c))


### Bug Fixes

* properly parse resume prefix for gotest 1.20 ([8a66d8a](https://github.com/joschi/go-junit-report/commit/8a66d8a276a5b0f028c20532b5d1a050a4dcfce2))

0 comments on commit 407a478

Please sign in to comment.