Skip to content

Commit

Permalink
Merge pull request #140 from 1c3t3a/revert-timeout
Browse files Browse the repository at this point in the history
Prepare for version 0.3.0
  • Loading branch information
1c3t3a authored Dec 16, 2021
2 parents 43bed7d + f6b4e1c commit cfd012d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions 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.3.0`](#030) - _2021.12.16_
* [`0.3.0-alpha.2`](#030a3) - _2021.12.04_
* [`0.3.0-alpha.2`](#030a2) - _2021.10.14_
* [`0.3.0-alpha.1`](#030a1) - _2021.09.20_
Expand All @@ -27,6 +28,14 @@ The format is based on [Keep a Changelog], and this project adheres to

_nothing new to show for… yet!_

## <a name="030">[0.3.0] - _Stabilize alpha version_ </a>

_2021.12.16_

### Changes
- Stabilized alpha features.
- Fixes regarding [#133](https://github.com/1c3t3a/rust-socketio/issues/133).

## <a name="030a3">[0.3.0-alpha.3] - _Bugfixes_ </a>

_2021.12.04_
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An implementation of a socket.io client written in the rust programming language
Add the following to your `Cargo.toml` file:

```toml
rust-socketio = "0.3.0-alpha.3"
rust-socketio = "0.3.0"
```

Then you're able to run the following example code:
Expand Down
2 changes: 1 addition & 1 deletion engineio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_engineio"
version = "0.3.0-alpha.3"
version = "0.3.0"
authors = ["Bastian Kersting <[email protected]>"]
edition = "2021"
description = "An implementation of a engineio client written in rust."
Expand Down
2 changes: 1 addition & 1 deletion socketio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_socketio"
version = "0.3.0-alpha.3"
version = "0.3.0"
authors = ["Bastian Kersting <[email protected]>"]
edition = "2021"
description = "An implementation of a socketio client written in rust."
Expand Down

0 comments on commit cfd012d

Please sign in to comment.