E580
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e8b07 commit a40a39eCopy full SHA for a40a39e
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.6.0"
+ ".": "1.6.1"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.6.1](https://github.com/bodgit/sevenzip/compare/v1.6.0...v1.6.1) (2025-04-26)
4
+
5
6
+### Bug Fixes
7
8
+* Handle CRC being in the unpackInfo ([#346](https://github.com/bodgit/sevenzip/issues/346)) ([695062b](https://github.com/bodgit/sevenzip/commit/695062bf4652faeafbf2002dc34c48a89876fd5b))
9
+* Make it possible to override decompressor for existing method ([#302](https://github.com/bodgit/sevenzip/issues/302)) ([63e8b07](https://github.com/bodgit/sevenzip/commit/63e8b079422b762247664e2ff144cac49be1366a))
10
11
## [1.6.0](https://github.com/bodgit/sevenzip/compare/v1.5.2...v1.6.0) (2024-11-17)
12
13