Skip to content

Commit

Permalink
Merge pull request #234 from k1LoW/tagpr-from-v0.47.4
Browse files Browse the repository at this point in the history
Release for v0.48.0
  • Loading branch information
k1LoW authored Jul 12, 2023
2 parents 004edb5 + 86217b2 commit 81b213c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.48.0](https://github.com/k1LoW/octocov/compare/v0.47.4...v0.48.0) - 2023-07-12
- Support `GITHUB_PULL_REQUEST_NUMBER` for detecting pull request number by @k1LoW in https://github.com/k1LoW/octocov/pull/233

## [v0.47.4](https://github.com/k1LoW/octocov/compare/v0.47.3...v0.47.4) - 2023-06-23
- Fix panic when adding codeToTestRatio for the first time by @rajyan in https://github.com/k1LoW/octocov/pull/231

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.47.4"
var Version = "0.48.0"

0 comments on commit 81b213c

Please sign in to comment.