From 94e3f42882eaf188730692629920b236ef2e0792 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:59:17 +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 20920c2..e15b3d2 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "patterner" - Version = "0.9.0" + Version = "0.9.1" ) var Revision = "HEAD" From c650303f97331203a74d85b59b8523035ed1f41c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:59:18 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399ca08..ce368bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v0.9.1](https://github.com/tailor-platform/patterner/compare/v0.9.0...v0.9.1) - 2025-12-17 +### Other Changes +- chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/51 +- chore(deps): update actions/setup-go action to v6.1.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/53 +- fix(deps): update module github.com/spf13/cobra to v1.10.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/58 +- fix(deps): update module github.com/goccy/go-yaml to v1.19.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/54 +- fix(deps): update module github.com/olekukonko/tablewriter to v1.1.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/55 +- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.1-20251202081801-942bda9344b6.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/56 +- fix(deps): update module google.golang.org/protobuf to v1.36.11 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/60 +- fix(deps): update module golang.org/x/sync to v0.19.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/59 +- chore(deps): update songmu/tagpr action to v1.10.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/62 +- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.1-20251217005300-caecbd187465.2 - autoclosed by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/63 +- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/protocolbuffers/go to v1.36.11-20251217005300-caecbd187465.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/61 +- fix(deps): update module github.com/goccy/go-yaml to v1.19.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/64 + ## [v0.9.0](https://github.com/tailor-platform/patterner/compare/v0.8.0...v0.9.0) - 2025-11-17 ### New Features 🎉 - chore: add User-Agent header to Tailor Platform API requests by @dragon3 in https://github.com/tailor-platform/patterner/pull/49