Skip to content

Commit

Permalink
Merge pull request #197 from k1LoW/tagpr-from-v0.44.0
Browse files Browse the repository at this point in the history
Release for v0.44.1
  • Loading branch information
k1LoW authored Oct 24, 2022
2 parents cbccf4f + 6bb2d18 commit 92b5a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.44.1](https://github.com/k1LoW/octocov/compare/v0.44.0...v0.44.1) - 2022-10-19
- Update README about `summary:` by @k1LoW in https://github.com/k1LoW/octocov/pull/194
- Fix FuzzyFindByFile by @k1LoW in https://github.com/k1LoW/octocov/pull/198

## [v0.44.0](https://github.com/k1LoW/octocov/compare/v0.43.2...v0.44.0) (2022-10-12)

* Update pkgs [#189](https://github.com/k1LoW/octocov/pull/189) ([k1LoW](https://github.com/k1LoW))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "octocov"

// Version for this
var Version = "0.44.0"
var Version = "0.44.1"

0 comments on commit 92b5a48

Please sign in to comment.