From 2c2b89bf08f8c320fa317aa48f93677ffc7c2edc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Apr 2024 00:37:20 +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 6aa2f4bf..8239e9b9 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.103.2" //nostyle:repetition +var Version = "0.103.3" //nostyle:repetition From 2f91dfa37c66d2874837104289cd2431f80079b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Apr 2024 00:37:20 +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 7be0d167..ca1fc106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.103.3](https://github.com/k1LoW/runn/compare/v0.103.2...v0.103.3) - 2024-04-16 +### Fix bug 🐛 +- Support `nullable: true` in HTTP validator ( Add more tests ) by @k1LoW in https://github.com/k1LoW/runn/pull/879 + ## [v0.103.2](https://github.com/k1LoW/runn/compare/v0.103.1...v0.103.2) - 2024-04-15 ### Breaking Changes 🛠 - Set output path to a path relative to the Git root as possible. by @k1LoW in https://github.com/k1LoW/runn/pull/871