Skip to content

Commit 4f5f8fc

Browse files
authored
Merge pull request #41 from Mirkoddd/release-please--branches--main--components--sift
chore(main): release sift 6.3.2
2 parents 4f39f39 + b053b5f commit 4f5f8fc

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.3.1"
2+
".": "6.3.2"
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.3.2](https://github.com/Mirkoddd/Sift/compare/sift-v6.3.1...sift-v6.3.2) (2026-03-18)
11+
12+
13+
### Bug Fixes
14+
15+
* align JdkEngine null handling and optimize AST feature caching ([de8be48](https://github.com/Mirkoddd/Sift/commit/de8be4866aab76204735bb7bca7d9ff7fff5c4c4))
16+
1017
## [6.3.1](https://github.com/Mirkoddd/Sift/compare/sift-v6.3.0...sift-v6.3.1) (2026-03-17)
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.3.1' // x-release-please-version
3+
version = '6.3.2' // x-release-please-version
44

55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)