Skip to content

Commit 87ce2be

Browse files
chore: release v0.5.0
1 parent 016a857 commit 87ce2be

File tree

4 files changed

+77
-3
lines changed

4 files changed

+77
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All 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-23
11+
12+
### Fixed
13+
14+
- fix wasi ci testing and update doc in README ([#367](https://github.com/Nullus157/async-compression/pull/367))
15+
16+
### Other
17+
18+
- Fix breaking API change ([#366](https://github.com/Nullus157/async-compression/pull/366))
19+
- Fix docs.rs build for compression-codecs ([#365](https://github.com/Nullus157/async-compression/pull/365))
20+
- Separate codecs as a separate crate, allow direct configuration ([#363](https://github.com/Nullus157/async-compression/pull/363))
21+
- *(deps)* bump actions/checkout from 4 to 5 ([#360](https://github.com/Nullus157/async-compression/pull/360))
22+
- Fix doc link for futures-io ([#361](https://github.com/Nullus157/async-compression/pull/361))
23+
# Changelog
24+
25+
All notable changes to this project will be documented in this file.
26+
527
The 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).
628

729
## Unreleased

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/Nullus157/async-compression"
99
categories = ["compression", "asynchronous"]
10-
version = "0.4.27"
10+
version = "0.5.0"
1111
edition = "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" }
1616
futures-core = { version = "0.3", default-features = false }
1717
memchr = "2"
1818
pin-project-lite = "0.2"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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-codecs-v0.4.27...compression-codecs-v0.5.0) - 2025-08-23
11+
12+
### Fixed
13+
14+
- fix wasi ci testing and update doc in README ([#367](https://github.com/Nullus157/async-compression/pull/367))
15+
16+
### Other
17+
18+
- Fix docs.rs build for compression-codecs ([#365](https://github.com/Nullus157/async-compression/pull/365))
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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-23
11+
12+
### Fixed
13+
14+
- fix wasi ci testing and update doc in README ([#367](https://github.com/Nullus157/async-compression/pull/367))
15+
16+
### Other
17+
18+
- Separate codecs as a separate crate, allow direct configuration ([#363](https://github.com/Nullus157/async-compression/pull/363))
19+
- Release async-compression 0.4.8 ([#265](https://github.com/Nullus157/async-compression/pull/265))
20+
- prepare release 0.4.7
21+
- prepare release 0.4.6
22+
- prepare release 0.4.3
23+
- *(async-compression)* prepare release 0.4.2
24+
- prepare release 0.4.1 ([#236](https://github.com/Nullus157/async-compression/pull/236))
25+
- prepare async-compression release 0.4.0
26+
- add deps and license badge
27+
- remove references to old `stream` crate feature
28+
- update repo links
29+
- Update references to master branch
30+
- Enable testing with all possible feature sets
31+
- Update links in readme for repo location
32+
- Mention features for local testing
33+
- Update README.md
34+
- Add licenses and trivial readme

0 commit comments

Comments
 (0)