Skip to content

Commit bc60dde

Browse files
committed
Release v0.13.1
1 parent 08f295f commit bc60dde

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.13.1] - 2023-08-04
11+
12+
- Fix failing GoReleaser github action (release notes location).
13+
14+
Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0)
15+
16+
- Start a [CHANGELOG.md](https://github.com/mfridman/tparse/blob/main/CHANGELOG.md) for user-facing
17+
change.
18+
- Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are
19+
available for each release, currently Linux and macOS. If there is demand, can also add Windows.
20+
1021
## [v0.13.0] - 2023-08-04
1122

1223
- Start a [CHANGELOG.md](https://github.com/mfridman/tparse/blob/main/CHANGELOG.md) for user-facing
1324
change.
1425
- Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are
1526
available for each release, currently Linux and macOS. If there is demand, can also add Windows.
1627

17-
[Unreleased]: https://github.com/mfridman/tparse/compare/v0.13.0...HEAD
28+
[Unreleased]: https://github.com/mfridman/tparse/compare/v0.13.1...HEAD
29+
[v0.13.1]: https://github.com/mfridman/tparse/compare/v0.13.0...v0.13.1
1830
[v0.13.0]: https://github.com/mfridman/tparse/releases/tag/v0.13.0

0 commit comments

Comments
 (0)