From 3faf80a3168092a6a771a888d04e8060f31c5ace Mon Sep 17 00:00:00 2001 From: driftluo Date: Thu, 2 Jan 2025 15:19:18 +0800 Subject: [PATCH] chore: bump to 0.6.7 --- CHANGELOG.md | 6 ++++++ tentacle/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fefe7f24..f7e1dd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## tentacle 0.6.7 + +### Features + +- wasm target support wss + ## tentacle 0.6.6 ### Bug Fix diff --git a/tentacle/Cargo.toml b/tentacle/Cargo.toml index 147ee431..ec0662bb 100644 --- a/tentacle/Cargo.toml +++ b/tentacle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tentacle" -version = "0.6.6" +version = "0.6.7" license = "MIT" description = "Minimal implementation for a multiplexed p2p network framework." authors = ["piaoliu ", "Nervos Core Dev "]