this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update release version and changelog

+3 -9
+1 -7
CHANGELOG.md
··· 2 2 3 3 All notable changes to this project will be documented in this file. 4 4 5 - ## [0.2.1] - 2026-03-29 5 + ## [0.3.0] - 2026-03-29 6 6 7 7 ### Bug Fixes 8 8 ··· 75 75 ### Refactor 76 76 77 77 - Consolidate compression backends into dedicated module 78 - - Reorganize test files by backend and type 79 78 - Consolidate compressor lookup into single registry 80 79 - Unify single-level and multi-level compressor selection 81 80 - Rename MultiLevelCompressor to Pipeline and update module/comments 82 81 - Use io::Error::other() and eliminate unwrap() calls 83 82 - Migrate error handling from io::Error to anyhow 84 - - Running auto-fixers 85 83 86 84 ### Styling 87 85 88 - - Formatting 89 86 - Pin rustfmt edition to 2024, simplify treefmt rustfmt config 90 87 91 88 ### Testing 92 89 93 90 - Move comparison tests into Rust integration suite 94 91 - Move the tar comparison tests into Rust 95 - - Improve unit tests 96 92 - Add unit tests for pipeline extension scanning and trait methods 97 - 98 - 99 93 100 94 ## [0.2.0] - 2024-02-27 101 95
+1 -1
Cargo.lock
··· 253 253 254 254 [[package]] 255 255 name = "cmprss" 256 - version = "0.2.1" 256 + version = "0.3.0" 257 257 dependencies = [ 258 258 "anyhow", 259 259 "assert_cmd",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cmprss" 3 - version = "0.2.1" 3 + version = "0.3.0" 4 4 edition = "2024" 5 5 authors = ["Patrick Jackson <patrick@jackson.dev>"] 6 6 readme = "README.md"