Skip to content

Commit

Permalink
release: Prepare for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Apr 16, 2024
1 parent 5e02dc4 commit fe3c3d8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 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.5.0`](#060) - _2024.04.16_
* [`0.5.0`](#050) - _2024.03.31_
* [`0.4.4`](#044) - _2023.11.18_
* [`0.4.3`](#043) - _2023.07.08_
Expand All @@ -37,6 +38,15 @@ The format is based on [Keep a Changelog], and this project adheres to

_nothing new to show for… yet!_>

## <a name="060">[0.6.0] - _Multi-payload fix and http 1.0_ </a>

_2024.04.16_

- Fix issues with processing multi-payload messages ([#392](https://github.com/1c3t3a/rust-socketio/pull/392)).
Credits to shenjackyuanjie@.
- Bump http to 1.0 and all dependencies that use http to a version that also uses http 1.0 ([#418](https://github.com/1c3t3a/rust-socketio/pull/418)).
Bumping those dependencies makes this a breaking change.

## <a name="050">[0.5.0] - _Packed with changes!_ </a>

_2024.03.31_
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 engineio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_engineio"
version = "0.5.0"
version = "0.6.0"
authors = ["Bastian Kersting <bastian@cmbt.de>"]
edition = "2021"
description = "An implementation of a engineio client written in rust."
Expand Down
4 changes: 2 additions & 2 deletions socketio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_socketio"
version = "0.5.0"
version = "0.6.0"
authors = ["Bastian Kersting <bastian@cmbt.de>"]
edition = "2021"
description = "An implementation of a socketio client written in rust."
Expand All @@ -14,7 +14,7 @@ license = "MIT"
all-features = true

[dependencies]
rust_engineio = { version = "0.5.0", path = "../engineio" }
rust_engineio = { version = "0.6.0", path = "../engineio" }
base64 = "0.21.5"
bytes = "1"
backoff = "0.4"
Expand Down

0 comments on commit fe3c3d8

Please sign in to comment.