Skip to content

Commit

Permalink
Prepare for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed May 13, 2021
1 parent 9954692 commit 2b950b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog], and this project adheres to
## Overview

* [unreleased](#unreleased)
* [`0.2.2`](#022) - _2021.05.13
* [`0.2.1`](#021) - _2021.04.27_
* [`0.2.0`](#020)_2021.03.13_
* [`0.1.1`](#011)_2021.01.10_
Expand All @@ -21,6 +22,16 @@ The format is based on [Keep a Changelog], and this project adheres to

_nothing new to show for… yet!_

## <a name="022">[0.2.2] - _Safe websockets and custom headers_ </a>

_2021.05.13_

### Changes

* Added websocket communication over TLS when either `wss`, or `https` are specified in the URL.
* Added the ability to configure the TLS connection by providing an own `TLSConnector`.
* Added the ability to set custom headers as requested in [#35](https://github.com/1c3t3a/rust-socketio/issues/35).

## <a name="021">[0.2.1] - _Bugfixes_ </a>

_2021.04.27_
Expand All @@ -31,7 +42,7 @@ _2021.04.27_
* Added this CHANGELOG to keep track of all changes.
* Small stylistic changes to the codebase in general.

## <a name="020">[0.2.0] - _Fully implemented the socker.io protocol 🎉_ </a>
## <a name="020">[0.2.0] - _Fully implemented the socket.io protocol 🎉_ </a>

_2021.03.13_

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 = "rust_socketio"
version = "0.2.1"
version = "0.2.2"
authors = ["Bastian Kersting <bastian@cmbt.de>"]
edition = "2018"
description = "An implementation of a socketio client written in rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The main entry point for using this crate is the `SocketBuilder` which provides

## Documentation

Documentation of this crate can be found up on [docs.rs](https://docs.rs/rust_socketio/0.2.1/rust_socketio/).
Documentation of this crate can be found up on [docs.rs](https://docs.rs/rust_socketio/0.2.2/rust_socketio/).

## Current features

Expand Down

0 comments on commit 2b950b6

Please sign in to comment.