Skip to content

Commit f87168f

Browse files
committed
Release v0.15.0
1 parent b881b14 commit f87168f

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.15.0]
11+
1012
- Add `-trimpath` flag, which removes the path prefix from package names in the output, simplifying
1113
their display. See #128 for examples.
1214
- There's a special case for `-trimpath=auto` which will automatically determine the prefix based
@@ -50,7 +52,8 @@ Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0)
5052
- Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are
5153
available for each release, currently Linux and macOS. If there is demand, can also add Windows.
5254

53-
[Unreleased]: https://github.com/mfridman/tparse/compare/v0.14.0...HEAD
55+
[Unreleased]: https://github.com/mfridman/tparse/compare/v0.15.0...HEAD
56+
[v0.15.0]: https://github.com/mfridman/tparse/compare/v0.14.0...v0.15.0
5457
[v0.14.0]: https://github.com/mfridman/tparse/compare/v0.13.3...v0.14.0
5558
[v0.13.3]: https://github.com/mfridman/tparse/compare/v0.13.2...v0.13.3
5659
[v0.13.2]: https://github.com/mfridman/tparse/compare/v0.13.1...v0.13.2

0 commit comments

Comments
 (0)