We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 937dbd2 + 7dd4557 commit 2173becCopy full SHA for 2173bec
2 files changed
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## [v0.1.0](https://github.com/tailor-platform/patterner/commits/v0.1.0) - 2025-09-08
4
+### Other Changes
5
+- fix: replace LegacyScript with DeprecatedFeature in pipeline lint rules by @k1LoW in https://github.com/tailor-platform/patterner/pull/2
version/version.go
@@ -2,7 +2,7 @@ package version
const (
Name = "patterner"
- Version = "0.0.0"
+ Version = "0.1.0"
6
)
7
8
var Revision = "HEAD"
0 commit comments