Skip to content

Commit f10d0e2

Browse files
committed
Merge tag 'socketioxide-v0.17.2' into release/socketioxide-v0.18.0
2 parents 8e5367c + fa41d6f commit f10d0e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

crates/socketioxide/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# socketioxide 0.18.0
2+
13
# socketioxide 0.17.2
24
* fix: issue [#527](https://github.com/Totodore/socketioxide/issues/527). Socketioxide failed to build with the `tracing` flag enable and with `tracing-attributes` set to `v0.1.28`.
35

crates/socketioxide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "socketioxide"
33
description = "Socket IO server implementation in rust as a Tower Service."
4-
version = "0.17.1"
4+
version = "0.18.0"
55
edition.workspace = true
66
rust-version.workspace = true
77
authors.workspace = true

0 commit comments

Comments
 (0)