Skip to content

Commit

Permalink
Merge pull request #302 from k1LoW/tagpr-from-v0.54.6
Browse files Browse the repository at this point in the history
Release for v0.55.0
  • Loading branch information
k1LoW authored Nov 29, 2023
2 parents 9e8ee52 + f854e7c commit 712b415
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.55.0](https://github.com/k1LoW/octocov/compare/v0.54.6...v0.55.0) - 2023-11-29
### Breaking Changes 🛠
- mv pkg/* to ./ by @k1LoW in https://github.com/k1LoW/octocov/pull/303

## [v0.54.6](https://github.com/k1LoW/octocov/compare/v0.54.5...v0.54.6) - 2023-11-03
### Fix bug 🐛
- Identify the region of the bucket by @k1LoW in https://github.com/k1LoW/octocov/pull/301
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.54.6" //nostyle:repetition
var Version = "0.55.0" //nostyle:repetition

0 comments on commit 712b415

Please sign in to comment.