From 7856c7cd65c44daf15d432bac970fe30341c287a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:05:22 +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 0cf1291..e8632bc 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "patterner" - Version = "0.0.0" + Version = "0.1.0" ) var Revision = "HEAD" From 7dd4557ca9996a7b26aa5b5425f7095221c8f258 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:05:23 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..dfa86c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## [v0.1.0](https://github.com/tailor-platform/patterner/commits/v0.1.0) - 2025-09-08 +### Other Changes +- fix: replace LegacyScript with DeprecatedFeature in pipeline lint rules by @k1LoW in https://github.com/tailor-platform/patterner/pull/2