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

## [v0.6.0](https://github.com/tailor-platform/patterner/compare/v0.5.0...v0.6.0) - 2025-09-17
### New Features 🎉
- feat: add support for configurable acceptable thresholds in octocov output by @k1LoW in https://github.com/tailor-platform/patterner/pull/29

## [v0.5.0](https://github.com/tailor-platform/patterner/compare/v0.4.2...v0.5.0) - 2025-09-11
### New Features 🎉
- fix: change `metrics` output by @k1LoW in https://github.com/tailor-platform/patterner/pull/27
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.5.0"
Version = "0.6.0"
)

var Revision = "HEAD"