Skip to content

Commit bb1909d

Browse files
committed
chore: update changelog and deps
1 parent ff9dac1 commit bb1909d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/mfridman/tparse
22

3+
go 1.18
4+
35
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
2323
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
2424
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
2525
golang.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=

0 commit comments

Comments
 (0)