Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1](https://github.com/skjaere/kotlin-compression-utils/compare/v0.4.0...v0.4.1) (2026-05-26)


### Bug Fixes

* **rar4:** respect LHD_LONG_BLOCK ADD_SIZE in non-file blocks + fallback for short inference ([43f12d6](https://github.com/skjaere/kotlin-compression-utils/commit/43f12d665379fa57f101184dfd50371353ac2a77))
* **rar:** loop signature read to tolerate partial-read SeekableInputStreams ([a0a42f9](https://github.com/skjaere/kotlin-compression-utils/commit/a0a42f9765b6c262b5f507b435c336242f6cf9d3))

## [0.4.0](https://github.com/skjaere/kotlin-compression-utils/compare/v0.3.2...v0.4.0) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.skjaere
# x-release-please-start-version
version=0.4.0
version=0.4.1
# x-release-please-end
kotlin.code.style=official