Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][changelog], and this project adheres
to [Semantic Versioning][semver].

## [Unreleased]
## [0.2.2] - 2025-05-23

### Fixed

Expand Down Expand Up @@ -66,7 +66,8 @@ to [Semantic Versioning][semver].

<!-- a collection of releases -->

[Unreleased]: https://github.com/zimeg/git-coverage/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/zimeg/git-coverage/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/zimeg/git-coverage/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/zimeg/git-coverage/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/zimeg/git-coverage/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/zimeg/git-coverage/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion man/git-coverage.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GIT-COVERAGE "1" "2025-05-13" "git-coverage 0.2.1" "Git Manual"
.TH GIT-COVERAGE "1" "2025-05-23" "git-coverage 0.2.2" "Git Manual"
.
.SH NAME
git-coverage \- Open test coverage uploaded to \fBcodecov\fP in a web browser.
Expand Down