File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ v0.13.3]
11+
12+ - General housekeeping and dependency updates.
13+
1014## [ v0.13.2]
1115
1216- Add partial support for ` -compare ` . A feature that displays the coverage difference against a
@@ -32,7 +36,8 @@ Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0)
3236- Add [ GoReleaser] ( https://goreleaser.com/ ) to automate the release process. Pre-built binaries are
3337 available for each release, currently Linux and macOS. If there is demand, can also add Windows.
3438
35- [ Unreleased ] : https://github.com/mfridman/tparse/compare/v0.13.2...HEAD
39+ [ Unreleased ] : https://github.com/mfridman/tparse/compare/v0.13.3...HEAD
40+ [ v0.13.3 ] : https://github.com/mfridman/tparse/compare/v0.13.2...v0.13.3
3641[ v0.13.2 ] : https://github.com/mfridman/tparse/compare/v0.13.1...v0.13.2
3742[ v0.13.1 ] : https://github.com/mfridman/tparse/compare/v0.13.0...v0.13.1
3843[ v0.13.0 ] : https://github.com/mfridman/tparse/releases/tag/v0.13.0
Original file line number Diff line number Diff line change 11module github.com/mfridman/tparse
22
3+ go 1.18
4+
35require (
46 github.com/charmbracelet/lipgloss v0.10.0
57 github.com/mfridman/buildversion v0.3.0
@@ -14,7 +16,5 @@ require (
1416 github.com/mattn/go-runewidth v0.0.15 // indirect
1517 github.com/muesli/reflow v0.3.0 // indirect
1618 github.com/rivo/uniseg v0.4.7 // indirect
17- golang.org/x/sys v0.17 .0 // indirect
19+ golang.org/x/sys v0.19 .0 // indirect
1820)
19-
20- go 1.18
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
2323github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ =
2424github.com/rivo/uniseg v0.4.7 /go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88 =
2525golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
26- golang.org/x/sys v0.17 .0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
27- golang.org/x/sys v0.17 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
26+ golang.org/x/sys v0.19 .0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o =
27+ golang.org/x/sys v0.19 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments