From b4ef3d75d4d7cbf291d0d2c59dfe9f5954aadba0 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 2 Aug 2023 21:14:16 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf5922..8c02e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.3.0 (02. August, 2022) + - **changed:** Update to tokio-tungstenite 0.20 ([#9]) [#9]: https://github.com/davidpdrsn/axum-tungstenite/pull/9 diff --git a/Cargo.toml b/Cargo.toml index 22ab0af..797d671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-tungstenite" -version = "0.2.0" +version = "0.3.0" categories = ["asynchronous", "network-programming", "web-programming"] description = "WebSocket connections for axum directly using tungstenite" edition = "2021"