Skip to content

Commit adab72c

Browse files
authored
Merge pull request #311 from masutaka/tagpr-from-v4.2.45
Release for v4.2.46
2 parents 841fe19 + 1e982a6 commit adab72c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v4.2.46](https://github.com/masutaka/github-nippou/compare/v4.2.45...v4.2.46) - 2026-03-24
4+
### Maintenance :technologist:
5+
- chore: Migrate tagpr job to ubuntu-slim runner by @masutaka in https://github.com/masutaka/github-nippou/pull/310
6+
- build(deps): bump reviewdog/action-actionlint from 1.69.1 to 1.71.0 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/315
7+
- Add pinact config and apply action pinning policy by @masutaka in https://github.com/masutaka/github-nippou/pull/316
8+
- build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/313
9+
- build(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/314
10+
### Documentation :memo:
11+
- Update README to reflect Events API 30-day retention period by @masutaka in https://github.com/masutaka/github-nippou/pull/317
12+
- Add Japanese README and clarify API limitations by @masutaka in https://github.com/masutaka/github-nippou/pull/318
13+
### Other Changes
14+
- Create GitHub Actions workflow `Add assignee to PR` by @masutaka in https://github.com/masutaka/github-nippou/pull/312
15+
316
## [v4.2.45](https://github.com/masutaka/github-nippou/compare/v4.2.44...v4.2.45) - 2026-02-06
417
### Maintenance :technologist:
518
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/306

lib/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package lib
22

33
// Version is the github-nippou version
4-
const Version = "4.2.45"
4+
const Version = "4.2.46"

0 commit comments

Comments
 (0)