Skip to content

Commit 4ce8f39

Browse files
authored
Merge pull request #480 from k1LoW/tagpr-from-v0.65.1
Release for v0.65.2
2 parents dc522e0 + dd8750c commit 4ce8f39

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.65.2](https://github.com/k1LoW/octocov/compare/v0.65.1...v0.65.2) - 2025-04-08
4+
### Other Changes
5+
- chore(deps): bump the dependencies group with 6 updates by @dependabot in https://github.com/k1LoW/octocov/pull/479
6+
- migrate .golangci.yml by @TP-113 in https://github.com/k1LoW/octocov/pull/481
7+
- chore(deps): bump the dependencies group with 3 updates by @dependabot in https://github.com/k1LoW/octocov/pull/478
8+
- chore(deps): bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in the dependencies group by @dependabot in https://github.com/k1LoW/octocov/pull/482
9+
- chore(deps): bump the dependencies group across 1 directory with 10 updates by @dependabot in https://github.com/k1LoW/octocov/pull/485
10+
- chore: fix lint warn by @k1LoW in https://github.com/k1LoW/octocov/pull/487
11+
312
## [v0.65.1](https://github.com/k1LoW/octocov/compare/v0.65.0...v0.65.1) - 2025-03-22
413
### Other Changes
514
- ci: pin dependencies using pinact by @k1LoW in https://github.com/k1LoW/octocov/pull/474

Diff for: version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "octocov"
55

66
// Version for this.
7-
var Version = "0.65.1" //nostyle:repetition
7+
var Version = "0.65.2" //nostyle:repetition

0 commit comments

Comments
 (0)