Skip to content

Commit 8043b6e

Browse files
authored
Merge pull request #28 from Mirkoddd/release-please--branches--main--components--sift
chore(main): release sift 5.3.0
2 parents 113f598 + c325248 commit 8043b6e

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-
".": "5.2.0"
2+
".": "5.3.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+
## [5.3.0](https://github.com/Mirkoddd/Sift/compare/sift-v5.2.0...sift-v5.3.0) (2026-03-11)
11+
12+
13+
### Features
14+
15+
* **core:** implement robust recursion engine for nested structures ([113f598](https://github.com/Mirkoddd/Sift/commit/113f598078416a9a136b9f486735ef5de2b22da2))
16+
1017
## [5.2.0](https://github.com/Mirkoddd/Sift/compare/sift-v5.1.0...sift-v5.2.0) (2026-03-11)
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 = '5.2.0' // x-release-please-version
3+
version = '5.3.0' // x-release-please-version
44

55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)