From 96af7ce0cde799e73da80717447fbb9e3b6e7836 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jan 2025 03:50:36 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index f7ba9e04..18d67538 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.127.2" //nostyle:repetition +var Version = "0.127.3" //nostyle:repetition From 8eeb2eb9e237be6c9df26bb2bb17c2d896bf9ad0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jan 2025 03:50:37 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94749a2d..3c6c9b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.127.3](https://github.com/k1LoW/runn/compare/v0.127.2...v0.127.3) - 2025-01-24 +### Other Changes +- fix: Temporarily revert version of goccy/go-json to support data race by @k1LoW in https://github.com/k1LoW/runn/pull/1157 + ## [v0.127.2](https://github.com/k1LoW/runn/compare/v0.127.1...v0.127.2) - 2025-01-20 ### Other Changes - fix: Disable apparmor_restrict_unprivileged_userns on CI by @k1LoW in https://github.com/k1LoW/runn/pull/1154