Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte McElwain committed Feb 8, 2023
1 parent 30425e3 commit b245a89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.50

Clarify versioning support for upstream Kafka, tracking the latest Kafka
stable release. Improve docs.

#### Enhancements

- `Builder::builder` trait for retrieving builder instances from messages
without requiring extra builder imports.
- `#[non_exhaustive]` added to all items to ensure forward compatability
with protocol upgrades.

## v0.4.0

- Add utilities for dealing with response error codes.
Expand All @@ -20,4 +32,4 @@

## v0.1.0

Initial release.
Initial release.
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.4.0"
version = "0.5.0"
authors = [
"Diggory Blake <diggsey@googlemail.com>",
"Jem McElwain <jmcelwain@gmail.com>",
Expand Down

0 comments on commit b245a89

Please sign in to comment.