Skip to content

Commit

Permalink
chore: release v0.8.1
Browse files Browse the repository at this point in the history
chore: release v0.8.1
  • Loading branch information
niklasad1 authored Dec 2, 2024
2 parents 3801cdb + fdc9b4c commit 6beddfc
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.8.1

- [fixed] ignore I/O error after successful close handshake [#115](https://github.com/paritytech/soketto/pull/115)

## 0.8.0

- [changed] move to rust 2021 [#56](https://github.com/paritytech/soketto/pull/56)
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.8.0"
version = "0.8.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 6beddfc

Please sign in to comment.