Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.9.3](https://github.com/tailor-platform/patterner/compare/v0.9.2...v0.9.3) - 2026-04-14
### Other Changes
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/92
- chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/93
- chore(deps): update songmu/tagpr action to v1.18.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/95
- chore(deps): update songmu/tagpr action to v1.18.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/96
- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.1-20260413043905-14dd1d6ea758.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/97
- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/protocolbuffers/go to v1.36.11-20260413043905-14dd1d6ea758.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/98

## [v0.9.2](https://github.com/tailor-platform/patterner/compare/v0.9.1...v0.9.2) - 2026-04-03
### Other Changes
- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.1-20260105062423-e5dfac74c08b.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/65
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

const (
Name = "patterner"
Version = "0.9.2"
Version = "0.9.3"
)

var Revision = "HEAD"