Skip to content

Commit

Permalink
Merge pull request #364 from k1LoW/tagpr-from-v0.59.3
Browse files Browse the repository at this point in the history
Release for v0.60.0
  • Loading branch information
k1LoW authored May 24, 2024
2 parents 5650a48 + 35f45fa commit 6ce51bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.60.0](https://github.com/k1LoW/octocov/compare/v0.59.3...v0.60.0) - 2024-05-24
### Breaking Changes 🛠
- All numbers are displayed rounded down to one decimal place. by @k1LoW in https://github.com/k1LoW/octocov/pull/371
### Other Changes
- chore(deps): bump the dependencies group with 2 updates by @dependabot in https://github.com/k1LoW/octocov/pull/363
- chore(deps): bump the dependencies group with 4 updates by @dependabot in https://github.com/k1LoW/octocov/pull/365
- Bump up go version by @k1LoW in https://github.com/k1LoW/octocov/pull/367
- chore(deps): bump the dependencies group with 7 updates by @dependabot in https://github.com/k1LoW/octocov/pull/366
- chore(deps): bump the dependencies group with 7 updates by @dependabot in https://github.com/k1LoW/octocov/pull/369

## [v0.59.3](https://github.com/k1LoW/octocov/compare/v0.59.2...v0.59.3) - 2024-04-24

## [v0.59.2](https://github.com/k1LoW/octocov/compare/v0.59.1...v0.59.2) - 2024-04-24
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.59.3" //nostyle:repetition
var Version = "0.60.0" //nostyle:repetition

0 comments on commit 6ce51bb

Please sign in to comment.