Skip to content

Commit 08b8477

Browse files
chore: release v0.4.28
1 parent ebae65f commit 08b8477

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.4.28](https://github.com/Nullus157/async-compression/compare/v0.4.27...v0.4.28) - 2025-08-11
11+
12+
### Other
13+
14+
- *(deps)* bump actions/checkout from 4 to 5 ([#360](https://github.com/Nullus157/async-compression/pull/360))
15+
- Fix doc link for futures-io ([#361](https://github.com/Nullus157/async-compression/pull/361))
16+
# Changelog
17+
18+
All notable changes to this project will be documented in this file.
19+
520
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).
621

722
## Unreleased

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.4.27"
3+
version = "0.4.28"
44
authors = ["Wim Looman <wim@nemo157.com>", "Allen Bui <fairingrey@gmail.com>"]
55
edition = "2018"
66
resolver = "2"

0 commit comments

Comments
 (0)