diff --git a/CHANGELOG.md b/CHANGELOG.md index aed3eac..e1c20b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v0.13.2] + - Add partial support for `-compare`. A feature that displays the coverage difference against a previous run. See description for more details - https://github.com/mfridman/tparse/pull/101#issue-1857786730 and the initial issue https://github.com/mfridman/tparse/issues/92. + https://github.com/mfridman/tparse/pull/101#issue-1857786730 and the initial issue #92. +- Fix unstable common package prefix logic #104 ## [v0.13.1] - 2023-08-04 @@ -29,6 +32,7 @@ Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0) - 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.1...HEAD +[Unreleased]: https://github.com/mfridman/tparse/compare/v0.13.2...HEAD +[v0.13.2]: https://github.com/mfridman/tparse/compare/v0.13.1...v0.13.2 [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