From 9c666d4a4c6c27b18f0fe5c34c2ba39eda5aee18 Mon Sep 17 00:00:00 2001 From: driftluo Date: Thu, 21 Jul 2022 14:51:51 +0800 Subject: [PATCH] chore: bump to 0.4.1 --- CHANGELOG.md | 5 +++++ secio/Cargo.toml | 2 +- tentacle/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e945c3..f8811ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1 + +### Features +- Re-export openssl vendored + ## 0.4.0 ### Bug Fix diff --git a/secio/Cargo.toml b/secio/Cargo.toml index ba19df04..b050a2e6 100644 --- a/secio/Cargo.toml +++ b/secio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tentacle-secio" -version = "0.5.5" +version = "0.5.6" license = "MIT" description = "Secio encryption protocol for p2p" authors = ["piaoliu ", "Nervos Core Dev "] diff --git a/tentacle/Cargo.toml b/tentacle/Cargo.toml index ad3ee0c1..f9d2cbd9 100644 --- a/tentacle/Cargo.toml +++ b/tentacle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tentacle" -version = "0.4.0" +version = "0.4.1" license = "MIT" description = "Minimal implementation for a multiplexed p2p network framework." authors = ["piaoliu ", "Nervos Core Dev "]