From 67477f8e544c1343a237c3c3554cf30892e69264 Mon Sep 17 00:00:00 2001 From: Flavio Bizzarri <33379291+newfla@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:20:02 +0200 Subject: [PATCH] chore: release (#32) --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e629d..543ac7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + ## [0.0.5] - 2024-07-06 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 7901fa0..cee1ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crab-kafka" -version = "0.0.5" +version = "0.0.6" edition = "2021" authors = ["Flavio Bizzarri "] license = "Apache-2.0"