Skip to content

Commit 14928b8

Browse files
authored
Merge pull request #52 from tailor-platform/tagpr-from-v0.9.0
Release for v0.9.1
2 parents c6e6a1f + c650303 commit 14928b8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v0.9.1](https://github.com/tailor-platform/patterner/compare/v0.9.0...v0.9.1) - 2025-12-17
4+
### Other Changes
5+
- chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/51
6+
- chore(deps): update actions/setup-go action to v6.1.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/53
7+
- fix(deps): update module github.com/spf13/cobra to v1.10.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/58
8+
- 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
9+
- fix(deps): update module github.com/olekukonko/tablewriter to v1.1.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/55
10+
- 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
11+
- fix(deps): update module google.golang.org/protobuf to v1.36.11 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/60
12+
- fix(deps): update module golang.org/x/sync to v0.19.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/59
13+
- chore(deps): update songmu/tagpr action to v1.10.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/62
14+
- 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
15+
- 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
16+
- 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
17+
318
## [v0.9.0](https://github.com/tailor-platform/patterner/compare/v0.8.0...v0.9.0) - 2025-11-17
419
### New Features 🎉
520
- chore: add User-Agent header to Tailor Platform API requests by @dragon3 in https://github.com/tailor-platform/patterner/pull/49

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
44
Name = "patterner"
5-
Version = "0.9.0"
5+
Version = "0.9.1"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)