Skip to content

Commit

Permalink
Merge pull request #55 from paritytech/chore-release-v0.7.1
Browse files Browse the repository at this point in the history
chore(release 0.7.1)
  • Loading branch information
niklasad1 authored Nov 8, 2021
2 parents 8d5f8eb + 24dbdbc commit d9f05b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 = "soketto"
version = "0.7.0"
version = "0.7.1"
authors = ["Parity Technologies <admin@parity.io>", "Jason Ozias <jason.g.ozias@gmail.com>"]
description = "A websocket protocol implementation."
keywords = ["websocket", "codec", "async", "futures"]
Expand Down

0 comments on commit d9f05b9

Please sign in to comment.