Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.61.0 #373

Merged
merged 2 commits into from
Jul 2, 2024
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v0.61.0](https://github.com/k1LoW/octocov/compare/v0.60.0...v0.61.0) - 2024-07-02
### Breaking Changes 🛠
- Update go-github-actions by @k1LoW in https://github.com/k1LoW/octocov/pull/384
### New Features 🎉
- Support wildcard paths in `coverage.paths:` by @k1LoW in https://github.com/k1LoW/octocov/pull/388
### Other Changes
- chore(deps): bump the dependencies group with 5 updates by @dependabot in https://github.com/k1LoW/octocov/pull/372
- chore(deps): bump the dependencies group with 3 updates by @dependabot in https://github.com/k1LoW/octocov/pull/375
- chore(deps): bump the dependencies group with 10 updates by @dependabot in https://github.com/k1LoW/octocov/pull/377
- Use goreleaser v2 by @k1LoW in https://github.com/k1LoW/octocov/pull/378
- chore(deps): bump the dependencies group with 4 updates by @dependabot in https://github.com/k1LoW/octocov/pull/379
- chore(deps): bump docker/build-push-action from 5 to 6 in the dependencies group by @dependabot in https://github.com/k1LoW/octocov/pull/380
- chore(deps): bump the dependencies group with 5 updates by @dependabot in https://github.com/k1LoW/octocov/pull/381
- chore(deps): bump golang.org/x/image from 0.17.0 to 0.18.0 by @dependabot in https://github.com/k1LoW/octocov/pull/382
- chore(deps): bump the dependencies group across 1 directory with 7 updates by @dependabot in https://github.com/k1LoW/octocov/pull/386

## [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
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.60.0" //nostyle:repetition
var Version = "0.61.0" //nostyle:repetition