Skip to content

Commit 80e1912

Browse files
chore: release
1 parent ebdbd8d commit 80e1912

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
66

77
## Unreleased
88

9+
## [0.4.13](https://github.com/Nullus157/async-compression/compare/v0.4.12...v0.4.13) - 2024-10-02
10+
11+
### Other
12+
13+
- Update brotli to 7.0
14+
- Fix deny.toml: Remove deprecated keys
15+
- *(deps)* bump EmbarkStudios/cargo-deny-action from 1 to 2
16+
- Use explicit paths rather than glob imports for zstd wrapper types.
17+
918
## [0.4.12](https://github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12) - 2024-07-21
1019

1120
### Feature

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.12"
3+
version = "0.4.13"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)