We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd2e6e1 + 9b8c9e4 commit 484cb16Copy full SHA for 484cb16
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## [v0.2.0](https://github.com/tailor-platform/patterner/compare/v0.1.0...v0.2.0) - 2025-09-08
9
### Other Changes
10
- chore: update gqlparser to v2 by @k1LoW in https://github.com/tailor-platform/patterner/pull/3
version/version.go
@@ -2,7 +2,7 @@ package version
const (
Name = "patterner"
- Version = "0.2.0"
+ Version = "0.3.0"
)
var Revision = "HEAD"
0 commit comments