Skip to content

Commit cf99238

Browse files
authored
Merge pull request #49 from Mirkoddd/release-please--branches--main--components--sift
chore(main): release sift 6.5.0
2 parents 51cf602 + fb2a5b5 commit cf99238

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.4.0"
2+
".": "6.5.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [6.5.0](https://github.com/Mirkoddd/Sift/compare/sift-v6.4.0...sift-v6.5.0) (2026-03-20)
11+
12+
13+
### Features
14+
15+
* **core:** introduce SiftExplainer for human-readable regex translation ([51cf602](https://github.com/Mirkoddd/Sift/commit/51cf6023d5512dec9d1914c844c861e7c025ec05))
16+
1017
## [6.4.0](https://github.com/Mirkoddd/Sift/compare/sift-v6.3.2...sift-v6.4.0) (2026-03-18)
1118

1219

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group = 'com.mirkoddd'
3-
version = '6.4.0' // x-release-please-version
3+
version = '6.5.0' // x-release-please-version
44

55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)