Skip to content

Commit

Permalink
Release 0.12.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Sep 4, 2024
1 parent a8c2948 commit 1fe9449
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.12.0

- Add `client` feature to enable encoding of requests and decoding of responses (enabled by default)
- Add `broker` feature to enable encoding of responses and decoding of requests (enabled by default)
- Add `messages_enums` feature to enable `ResponseKind` and `RequestKind` enums
- Add `encode`, `decode` and `header_version` methods to `ResponseKind` and `RequestKind`

## v0.11.0

- Replace `derive_builder` with custom impl.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["protocol_codegen"]

[package]
name = "kafka-protocol"
version = "0.11.0"
version = "0.12.0"
authors = [
"Diggory Blake <diggsey@googlemail.com>",
"Charlotte McElwain <charlotte.c.mcelwain@gmail.com>",
Expand Down

0 comments on commit 1fe9449

Please sign in to comment.