Skip to content

Commit d6b0c8a

Browse files
authored
Merge pull request #46 from tailor-platform/tagpr-from-v0.8.0
Release for v0.9.0
2 parents c904c70 + ecb0d4d commit d6b0c8a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.9.0](https://github.com/tailor-platform/patterner/compare/v0.8.0...v0.9.0) - 2025-11-17
4+
### New Features 🎉
5+
- chore: add User-Agent header to Tailor Platform API requests by @dragon3 in https://github.com/tailor-platform/patterner/pull/49
6+
### Other Changes
7+
- fix(deps): update module github.com/vektah/gqlparser/v2 to v2.5.31 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/45
8+
- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.1-20251015043835-ab63191facd7.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/43
9+
- fix(deps): update module golang.org/x/sync to v0.18.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/47
10+
- fix(deps): update module github.com/olekukonko/tablewriter to v1.1.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/48
11+
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/50
12+
313
## [v0.8.0](https://github.com/tailor-platform/patterner/compare/v0.7.1...v0.8.0) - 2025-10-09
414
### New Features 🎉
515
- feat: add metrics `pipeline_resolver_graphql_steps_total` and `pipeline_resolver_function_steps_total` by @k1LoW in https://github.com/tailor-platform/patterner/pull/42

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.8.0"
5+
Version = "0.9.0"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)