Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.3.0](https://github.com/tailor-platform/patterner/compare/v0.2.0...v0.3.0) - 2025-09-08
### New Features 🎉
- feat: add configurable acceptable warning threshold by @k1LoW in https://github.com/tailor-platform/patterner/pull/7
- feat: add pipeline_resolver_execution_paths by @k1LoW in https://github.com/tailor-platform/patterner/pull/8

## [v0.2.0](https://github.com/tailor-platform/patterner/compare/v0.1.0...v0.2.0) - 2025-09-08
### Other Changes
- chore: update gqlparser to v2 by @k1LoW in https://github.com/tailor-platform/patterner/pull/3
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.2.0"
Version = "0.3.0"
)

var Revision = "HEAD"