From 24dbdbcacb487ddd16b715bbf2f874bbfc2d3b9b Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Fri, 5 Nov 2021 11:16:21 +0100 Subject: [PATCH] chore(release 0.7.1) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de880a4..c5ab4c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ +# 0.7.1 + +- [fixed] Advance reader when a too big message is received [#54](https://github.com/paritytech/soketto/pull/54) + ## 0.7.0 - [added] Added the `handshake::http` module and example usage at `examples/hyper_server.rs` to make using Soketto in conjunction with libraries that use the `http` types (like Hyper) simpler [#45](https://github.com/paritytech/soketto/pull/45) [#48](https://github.com/paritytech/soketto/pull/48) diff --git a/Cargo.toml b/Cargo.toml index 46c2c206..64e24ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soketto" -version = "0.7.0" +version = "0.7.1" authors = ["Parity Technologies ", "Jason Ozias "] description = "A websocket protocol implementation." keywords = ["websocket", "codec", "async", "futures"]