From 072f0dcfeaed2fd001f56cd890dc65ce6011c4ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:35:33 +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 5b66d50..d11e71c 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "patterner" - Version = "0.4.2" + Version = "0.5.0" ) var Revision = "HEAD" From 8e8536ed7ad52804d46d8ae5610c5ea8625c2049 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:35:34 +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 198bef5..a7d475a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.5.0](https://github.com/tailor-platform/patterner/compare/v0.4.2...v0.5.0) - 2025-09-11 +### New Features 🎉 +- fix: change `metrics` output by @k1LoW in https://github.com/tailor-platform/patterner/pull/27 + ## [v0.4.2](https://github.com/tailor-platform/patterner/compare/v0.4.1...v0.4.2) - 2025-09-11 ### Other Changes - docs: since the GitHub UI has Contributing and License tabs, they are unnecessary in the README. by @k1LoW in https://github.com/tailor-platform/patterner/pull/22