Skip to content

Commit b436164

Browse files
committed
Release v0.17.0
1 parent c82ddbf commit b436164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v0.17.0]
11+
1012
- Deprecate github.com/mfridman/buildversion, and use std lib `debug.ReadBuildInfo()` instead. In
1113
go1.24 this is handled automatically, from the [release notes](https://go.dev/doc/go1.24):
1214

@@ -86,7 +88,8 @@ Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0)
8688
- Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are
8789
available for each release, currently Linux and macOS. If there is demand, can also add Windows.
8890

89-
[Unreleased]: https://github.com/mfridman/tparse/compare/v0.16.0...HEAD
91+
[Unreleased]: https://github.com/mfridman/tparse/compare/v0.17.0...HEAD
92+
[v0.17.0]: https://github.com/mfridman/tparse/compare/v0.16.0...v0.17.0
9093
[v0.16.0]: https://github.com/mfridman/tparse/compare/v0.15.0...v0.16.0
9194
[v0.15.0]: https://github.com/mfridman/tparse/compare/v0.14.0...v0.15.0
9295
[v0.14.0]: https://github.com/mfridman/tparse/compare/v0.13.3...v0.14.0

0 commit comments

Comments
 (0)