v0.16.0
·
401 commits
to master
since this release
[v0.16.0] - 2024-04-25
backhand
- Simplify API by removing
FilesystemReader::alloc_read_buffers(). This is now handled internally byFilesystemReader::reader()(#530)
backhand-cli
- Add
x86_64-apple-darwinsupport and release binary (#511) - Fix
--helpand correctly showgzipsupport when usinggzip-zune-inflate(#538) - Fix
--helpand correctly showxzsupport when usingxz-static(#541)
Dependencies
- Bump
zstdfrom 0.13.0 to 0.13.1 (#518) - Bump
rayonfrom 1.9.0 to 1.10.0 (#512) - Bump
codecov/codecov-actionfrom 4.1.0 to 4.3.0 (#514, #526) - Bump
obi1kenobi/cargo-semver-checks-actionfrom 2.3 to 2.4 (#507) - Bump
clapfrom 4.5.2 to 4.5.4 (#513) - Bump
libdeflaterfrom 1.19.3 to 1.20.0 (#523) - Bump
dangoslen/dependabot-changelog-helperfrom 3.8.1 to 3.9.0 (#516) - Bump
thiserrorfrom 1.0.58 to 1.0.59 (#534) - Bump
color-printfrom 0.3.5 to 0.3.6 (#537) - Bump
clap_completefrom 4.5.1 to 4.5.2 (#525)
Complete API Updates
Click to expand
Removed items from the public API
=================================
-pub fn backhand::FilesystemReader<'b>::alloc_read_buffers(&self) -> (alloc::vec::Vec<u8>, alloc::vec::Vec<u8>)
Changed items in the public API
===============================
-pub fn backhand::FilesystemReaderFile<'a, 'b>::reader(&self, buf_read: &'a mut alloc::vec::Vec<u8>, buf_decompress: &'a mut alloc::vec::Vec<u8>) -> backhand::SquashfsReadFile<'a, 'b>
+pub fn backhand::FilesystemReaderFile<'a, 'b>::reader(&self) -> backhand::SquashfsReadFile<'a, 'b>
Added items to the public API
=============================
(none)Full Diff: v0.15.0...v0.16.0