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
chore(main): release sift 2.4.4
  • Loading branch information
Mirkoddd committed Mar 6, 2026
commit adf07770e508b1c40283aa838ea5c4f9dd4bfb55
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.3"
".": "2.4.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.4.4](https://github.com/Mirkoddd/Sift/compare/sift-v2.4.3...sift-v2.4.4) (2026-03-06)


### Bug Fixes

* **core:** enforce absolute boundary validation in factories ([1558848](https://github.com/Mirkoddd/Sift/commit/155884849882cfb2253b01a59e8e65bb4ddeead8))

## [2.4.3](https://github.com/Mirkoddd/Sift/compare/sift-v2.4.2...sift-v2.4.3) (2026-03-05)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group = 'com.mirkoddd'
version = '2.4.3' // x-release-please-version
version = '2.4.4' // x-release-please-version

repositories {
mavenCentral()
Expand Down