Skip to content

Commit

Permalink
chore: release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfla authored Sep 13, 2024
1 parent 27bd5aa commit 67477f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.0.6] - 2024-09-13

### 🚀 Features

- Established-over-unconnected udp sockets ([#36](https://github.com/newfla/crab-kafka/pull/36))
- Anyhow introduction ([#38](https://github.com/newfla/crab-kafka/pull/38))

### 🐛 Bug Fixes

- Reduced writeln calls ([#35](https://github.com/newfla/crab-kafka/pull/35))
- Trait bounds fixed ([#39](https://github.com/newfla/crab-kafka/pull/39))

<!-- generated by git-cliff -->
## [0.0.5] - 2024-07-06

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crab-kafka"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
authors = ["Flavio Bizzarri <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 67477f8

Please sign in to comment.