File tree Expand file tree Collapse file tree 4 files changed +57
-3
lines changed Expand file tree Collapse file tree 4 files changed +57
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.5.0] ( https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.27...async-compression-v0.5.0 ) - 2025-08-22
11+
12+ ### Other
13+
14+ - Separate codecs as a separate crate, allow direct configuration ([ #363 ] ( https://github.com/Nullus157/async-compression/pull/363 ) )
15+ - * (deps)* bump actions/checkout from 4 to 5 ([ #360 ] ( https://github.com/Nullus157/async-compression/pull/360 ) )
16+ - Fix doc link for futures-io ([ #361 ] ( https://github.com/Nullus157/async-compression/pull/361 ) )
17+ # Changelog
18+
19+ All notable changes to this project will be documented in this file.
20+
521The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) , and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
622
723## Unreleased
Original file line number Diff line number Diff line change 77license = " MIT OR Apache-2.0"
88repository = " https://github.com/Nullus157/async-compression"
99categories = [" compression" , " asynchronous" ]
10- version = " 0.4.27 "
10+ version = " 0.5.0 "
1111edition = " 2018"
1212
1313[workspace .dependencies ]
14- compression-codecs = { version = " 0.4.27 " , path = " crates/compression-codecs" }
15- compression-core = { version = " 0.4.27 " , path = " crates/compression-core" }
14+ compression-codecs = { version = " 0.5.0 " , path = " crates/compression-codecs" }
15+ compression-core = { version = " 0.5.0 " , path = " crates/compression-core" }
1616futures-core = { version = " 0.3" , default-features = false }
1717memchr = " 2"
1818pin-project-lite = " 0.2"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.5.0] ( https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.27...compression-core-v0.5.0 ) - 2025-08-22
11+
12+ ### Other
13+
14+ - Separate codecs as a separate crate, allow direct configuration ([ #363 ] ( https://github.com/Nullus157/async-compression/pull/363 ) )
15+ - Release async-compression 0.4.8 ([ #265 ] ( https://github.com/Nullus157/async-compression/pull/265 ) )
16+ - prepare release 0.4.7
17+ - prepare release 0.4.6
18+ - prepare release 0.4.3
19+ - * (async-compression)* prepare release 0.4.2
20+ - prepare release 0.4.1 ([ #236 ] ( https://github.com/Nullus157/async-compression/pull/236 ) )
21+ - prepare async-compression release 0.4.0
22+ - add deps and license badge
23+ - remove references to old ` stream ` crate feature
24+ - update repo links
25+ - Update references to master branch
26+ - Enable testing with all possible feature sets
27+ - Update links in readme for repo location
28+ - Mention features for local testing
29+ - Update README.md
30+ - Add licenses and trivial readme
You can’t perform that action at this time.
0 commit comments