Skip to content

Commit 2173bec

Browse files
authored
Merge pull request #1 from tailor-platform/tagpr-from-v0.0.0
Release for v0.1.0
2 parents 937dbd2 + 7dd4557 commit 2173bec

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
@@ -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

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)