From a5f14131217d20097b8b012244768467fc70c699 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Aug 2024 14:29:48 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- lib/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.go b/lib/version.go index 6ae1bfd..eb6148c 100644 --- a/lib/version.go +++ b/lib/version.go @@ -1,4 +1,4 @@ package lib // Version is the github-nippou version -const Version = "4.2.29" +const Version = "4.2.30" From 05d942ef73c0d8c25653c4389ee066b6c44448ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Aug 2024 14:29:48 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea391f..7d11c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v4.2.30](https://github.com/masutaka/github-nippou/compare/v4.2.29...v4.2.30) - 2024-08-02 +### Maintenance :technologist: +- Update .github/release.yml by @masutaka in https://github.com/masutaka/github-nippou/pull/197 +- Bump reviewdog/action-actionlint from 1.51.0 to 1.54.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/198 +### Documentation :memo: +- Add "Limitations and Latency" to README.md by @masutaka in https://github.com/masutaka/github-nippou/pull/194 +- Add external article to README.md by @masutaka in https://github.com/masutaka/github-nippou/pull/196 +### Other Changes +- Fix go toolchain version by @masutaka in https://github.com/masutaka/github-nippou/pull/199 + ## [v4.2.29](https://github.com/masutaka/github-nippou/compare/v4.2.28...v4.2.29) - 2024-07-18 ### Maintenance :technologist: - Fix missing CI trigger of Release PR by @masutaka in https://github.com/masutaka/github-nippou/pull/190