···2233All notable changes to this project will be documented in this file.
4455-## [0.2.1] - 2026-03-29
55+## [0.3.0] - 2026-03-29
6677### Bug Fixes
88···7575### Refactor
76767777- Consolidate compression backends into dedicated module
7878-- Reorganize test files by backend and type
7978- Consolidate compressor lookup into single registry
8079- Unify single-level and multi-level compressor selection
8180- Rename MultiLevelCompressor to Pipeline and update module/comments
8281- Use io::Error::other() and eliminate unwrap() calls
8382- Migrate error handling from io::Error to anyhow
8484-- Running auto-fixers
85838684### Styling
87858888-- Formatting
8986- Pin rustfmt edition to 2024, simplify treefmt rustfmt config
90879188### Testing
92899390- Move comparison tests into Rust integration suite
9491- Move the tar comparison tests into Rust
9595-- Improve unit tests
9692- Add unit tests for pipeline extension scanning and trait methods
9797-9898-999310094## [0.2.0] - 2024-02-27
10195