From dde09f7285864ddee209f7e360db03f2e44c8098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 08:52:34 +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 483896e..d6098e4 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "patterner" - Version = "0.6.0" + Version = "0.7.0" ) var Revision = "HEAD" From 2f2072ff9196828775541bdb389d4007ece04692 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 08:52:35 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc3f3b..e3e3e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.7.0](https://github.com/tailor-platform/patterner/compare/v0.6.0...v0.7.0) - 2025-09-24 +### New Features 🎉 +- feat: add parallel fetching for services by @k1LoW in https://github.com/tailor-platform/patterner/pull/32 +### Other Changes +- fix(deps): update module github.com/olekukonko/tablewriter to v1.1.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/31 + ## [v0.6.0](https://github.com/tailor-platform/patterner/compare/v0.5.0...v0.6.0) - 2025-09-17 ### New Features 🎉 - feat: add support for configurable acceptable thresholds in octocov output by @k1LoW in https://github.com/tailor-platform/patterner/pull/29