Skip to content

Commit 484cb16

Browse files
authored
Merge pull request #6 from tailor-platform/tagpr-from-v0.2.0
Release for v0.3.0
2 parents cd2e6e1 + 9b8c9e4 commit 484cb16

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.3.0](https://github.com/tailor-platform/patterner/compare/v0.2.0...v0.3.0) - 2025-09-08
4+
### New Features 🎉
5+
- feat: add configurable acceptable warning threshold by @k1LoW in https://github.com/tailor-platform/patterner/pull/7
6+
- feat: add pipeline_resolver_execution_paths by @k1LoW in https://github.com/tailor-platform/patterner/pull/8
7+
38
## [v0.2.0](https://github.com/tailor-platform/patterner/compare/v0.1.0...v0.2.0) - 2025-09-08
49
### Other Changes
510
- chore: update gqlparser to v2 by @k1LoW in https://github.com/tailor-platform/patterner/pull/3

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)