Skip to content

Commit e80ce9c

Browse files
committed
chore: update release version and changelog
1 parent f504f6e commit e80ce9c

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.2.1] - 2026-03-29
5+
## [0.3.0] - 2026-03-29
66

77
### Bug Fixes
88

@@ -75,28 +75,22 @@ All notable changes to this project will be documented in this file.
7575
### Refactor
7676

7777
- Consolidate compression backends into dedicated module
78-
- 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
84-
- Running auto-fixers
8583

8684
### Styling
8785

88-
- Formatting
8986
- Pin rustfmt edition to 2024, simplify treefmt rustfmt config
9087

9188
### Testing
9289

9390
- Move comparison tests into Rust integration suite
9491
- Move the tar comparison tests into Rust
95-
- Improve unit tests
9692
- Add unit tests for pipeline extension scanning and trait methods
9793

98-
99-
10094
## [0.2.0] - 2024-02-27
10195

10296
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmprss"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2024"
55
authors = ["Patrick Jackson <patrick@jackson.dev>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)