Skip to content

Commit 9ebf82e

Browse files
authored
Fix async-compression CHANGELOG ordering (#463)
Fixed #462 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
1 parent 269174b commit 9ebf82e

1 file changed

Lines changed: 30 additions & 37 deletions

File tree

crates/async-compression/CHANGELOG.md

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.4.30](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.29...async-compression-v0.4.30) - 2025-08-31
11-
12-
### Other
13-
14-
- rm unused dep from async-compression and compression-codecs ([#381](https://github.com/Nullus157/async-compression/pull/381))
15-
16-
## [0.4.29](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.28...async-compression-v0.4.29) - 2025-08-28
17-
18-
### Other
19-
20-
- Update Deps.rs badge ([#380](https://github.com/Nullus157/async-compression/pull/380))
21-
- move async-compression to crates/ ([#379](https://github.com/Nullus157/async-compression/pull/379))
22-
23-
## [0.4.28](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.27...async-compression-v0.4.28) - 2025-08-23
24-
25-
### Fixed
26-
27-
- fix wasi ci testing and update doc in README ([#367](https://github.com/Nullus157/async-compression/pull/367))
28-
29-
### Other
30-
31-
- Fix Cargo.toml: add back version for async-compression ([#372](https://github.com/Nullus157/async-compression/pull/372))
32-
- Have separate package.version field for compression-* ([#369](https://github.com/Nullus157/async-compression/pull/369))
33-
- Re-export compression_codecs as codecs ([#368](https://github.com/Nullus157/async-compression/pull/368))
34-
- Fix breaking API change ([#366](https://github.com/Nullus157/async-compression/pull/366))
35-
- Fix docs.rs build for compression-codecs ([#365](https://github.com/Nullus157/async-compression/pull/365))
36-
- Separate codecs as a separate crate, allow direct configuration ([#363](https://github.com/Nullus157/async-compression/pull/363))
37-
- *(deps)* bump actions/checkout from 4 to 5 ([#360](https://github.com/Nullus157/async-compression/pull/360))
38-
- Fix doc link for futures-io ([#361](https://github.com/Nullus157/async-compression/pull/361))
39-
# Changelog
40-
41-
All notable changes to this project will be documented in this file.
42-
43-
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).
44-
45-
## Unreleased
46-
4710
## [0.4.41](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.4.41) - 2026-02-25
4811

4912
### Fixed
@@ -134,6 +97,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
13497

13598
- Flush compressed data out of encoders more often ([#383](https://github.com/Nullus157/async-compression/pull/383))
13699

100+
## [0.4.30](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.29...async-compression-v0.4.30) - 2025-08-31
101+
102+
### Other
103+
104+
- rm unused dep from async-compression and compression-codecs ([#381](https://github.com/Nullus157/async-compression/pull/381))
105+
106+
## [0.4.29](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.28...async-compression-v0.4.29) - 2025-08-28
107+
108+
### Other
109+
110+
- Update Deps.rs badge ([#380](https://github.com/Nullus157/async-compression/pull/380))
111+
- move async-compression to crates/ ([#379](https://github.com/Nullus157/async-compression/pull/379))
112+
113+
## [0.4.28](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.27...async-compression-v0.4.28) - 2025-08-23
114+
115+
### Fixed
116+
117+
- fix wasi ci testing and update doc in README ([#367](https://github.com/Nullus157/async-compression/pull/367))
118+
119+
### Other
120+
121+
- Fix Cargo.toml: add back version for async-compression ([#372](https://github.com/Nullus157/async-compression/pull/372))
122+
- Have separate package.version field for compression-* ([#369](https://github.com/Nullus157/async-compression/pull/369))
123+
- Re-export compression_codecs as codecs ([#368](https://github.com/Nullus157/async-compression/pull/368))
124+
- Fix breaking API change ([#366](https://github.com/Nullus157/async-compression/pull/366))
125+
- Fix docs.rs build for compression-codecs ([#365](https://github.com/Nullus157/async-compression/pull/365))
126+
- Separate codecs as a separate crate, allow direct configuration ([#363](https://github.com/Nullus157/async-compression/pull/363))
127+
- *(deps)* bump actions/checkout from 4 to 5 ([#360](https://github.com/Nullus157/async-compression/pull/360))
128+
- Fix doc link for futures-io ([#361](https://github.com/Nullus157/async-compression/pull/361))
129+
137130
## [0.4.27](https://github.com/Nullus157/async-compression/compare/v0.4.26...v0.4.27) - 2025-07-13
138131

139132
### Fixed

0 commit comments

Comments
 (0)