Skip to content
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v4.3.0](https://github.com/masutaka/github-nippou/compare/v4.2.46...v4.3.0) - 2026-04-29
### New Features :tada:
- Support DiscussionEvent by @masutaka in https://github.com/masutaka/github-nippou/pull/326
### Fix bug :bug:
- Synthesize PR html_url so dedup drops duplicate lines by @masutaka in https://github.com/masutaka/github-nippou/pull/330
### Maintenance :technologist:
- build(deps): bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/323
- build(deps): bump Songmu/tagpr from 1.10.0 to 1.17.1 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/322
- Fix deprecate warnings by @masutaka in https://github.com/masutaka/github-nippou/pull/327
### Other Changes
- Remove .coderabbit.yaml by @masutaka in https://github.com/masutaka/github-nippou/pull/319
- chore: Substantially unlimit open-pull-requests-limit by @masutaka in https://github.com/masutaka/github-nippou/pull/324
- Improve GitHub Actions workflows by @masutaka in https://github.com/masutaka/github-nippou/pull/325

## [v4.2.46](https://github.com/masutaka/github-nippou/compare/v4.2.45...v4.2.46) - 2026-03-24
### Maintenance :technologist:
- chore: Migrate tagpr job to ubuntu-slim runner by @masutaka in https://github.com/masutaka/github-nippou/pull/310
Expand Down
2 changes: 1 addition & 1 deletion lib/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lib

// Version is the github-nippou version
const Version = "4.2.46"
const Version = "4.3.0"
Loading