File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 66 - main
77 pull_request :
88 types : [opened, synchronize, reopened]
9+ workflow_dispatch :
910
1011jobs :
1112 build :
2021
2122 steps :
2223 - name : Checkout code
23- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2425 - name : Set up Go
2526 uses : actions/setup-go@v5
2627 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - uses : actions/setup-go@v5
2121 with :
2222 go-version : ' stable'
Original file line number Diff line number Diff line change 99 goreleaser :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 - run : git fetch --force --tags
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ v0.18.0] - 2025-08-24
11+
12+ - Wrap panic messages at the terminal width (#142 )
13+ - Do not include packages with no coverage in the output (#144 )
14+
1015## [ v0.17.0]
1116
1217- Deprecate github.com/mfridman/buildversion, and use std lib ` debug.ReadBuildInfo() ` instead. In
@@ -88,7 +93,8 @@ Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0)
8893- Add [ GoReleaser] ( https://goreleaser.com/ ) to automate the release process. Pre-built binaries are
8994 available for each release, currently Linux and macOS. If there is demand, can also add Windows.
9095
91- [ Unreleased ] : https://github.com/mfridman/tparse/compare/v0.17.0...HEAD
96+ [ Unreleased ] : https://github.com/mfridman/tparse/compare/v0.18.0...HEAD
97+ [ v0.18.0 ] : https://github.com/mfridman/tparse/compare/v0.17.0...v0.18.0
9298[ v0.17.0 ] : https://github.com/mfridman/tparse/compare/v0.16.0...v0.17.0
9399[ v0.16.0 ] : https://github.com/mfridman/tparse/compare/v0.15.0...v0.16.0
94100[ v0.15.0 ] : https://github.com/mfridman/tparse/compare/v0.14.0...v0.15.0
You can’t perform that action at this time.
0 commit comments