diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1304a1..127ac87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.2" + ".": "4.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5658865..6023ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [4.0.0](https://github.com/Mirkoddd/Sift/compare/sift-v3.0.2...sift-v4.0.0) (2026-03-07) + + +### ⚠ BREAKING CHANGES + +* resolve semantic mismatch in SiftPattern matching + +### Features + +* resolve semantic mismatch in SiftPattern matching ([7726030](https://github.com/Mirkoddd/Sift/commit/7726030df478a870f3952bd436135c88906083c2)) + ## [3.0.2](https://github.com/Mirkoddd/Sift/compare/sift-v3.0.1...sift-v3.0.2) (2026-03-07) diff --git a/build.gradle b/build.gradle index 5203b95..201bbc3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ allprojects { group = 'com.mirkoddd' - version = '3.0.2' // x-release-please-version + version = '4.0.0' // x-release-please-version repositories { mavenCentral()