From bc60ddef0fd8228281daed1d2389641d5d64572f Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Fri, 4 Aug 2023 16:07:52 -0400 Subject: [PATCH] Release v0.13.1 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29fe5e0..6949998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v0.13.1] - 2023-08-04 + +- Fix failing GoReleaser github action (release notes location). + +Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0) + +- Start a [CHANGELOG.md](https://github.com/mfridman/tparse/blob/main/CHANGELOG.md) for user-facing + change. +- Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are + available for each release, currently Linux and macOS. If there is demand, can also add Windows. + ## [v0.13.0] - 2023-08-04 - Start a [CHANGELOG.md](https://github.com/mfridman/tparse/blob/main/CHANGELOG.md) for user-facing @@ -14,5 +25,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are available for each release, currently Linux and macOS. If there is demand, can also add Windows. -[Unreleased]: https://github.com/mfridman/tparse/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/mfridman/tparse/compare/v0.13.1...HEAD +[v0.13.1]: https://github.com/mfridman/tparse/compare/v0.13.0...v0.13.1 [v0.13.0]: https://github.com/mfridman/tparse/releases/tag/v0.13.0