Skip to content

Commit 310d6d2

Browse files
committed
Prepare 0.8.0
1 parent b129186 commit 310d6d2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Diggory Blake
2-
Jem McElwain
2+
Charlotte McElwain

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.8.0
4+
- Implement Zstd and Lz4 compression.
5+
36
## v0.7.0
47

58
- Switch to [crc32c](https://crates.io/crates/crc32c) crate, providing hardware accelration for crc operations

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["protocol_codegen"]
33

44
[package]
55
name = "kafka-protocol"
6-
version = "0.7.0"
6+
version = "0.8.0"
77
authors = [
88
"Diggory Blake <[email protected]>",
99
"Charlotte McElwain <[email protected]>",

0 commit comments

Comments
 (0)