From 0f848b3259a4425ed718855e17b34dcfeac51f4c Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Mon, 28 Oct 2024 20:35:16 +0200 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4735c17..c3f1044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this Rust implementation of hypercore-protocol will be do * TODO: Add changes here as they happen +### 0.6.1 + +* Implement Clone on Channel, remove unnecessary mut requirements, and improve Protocol debugging. + ### 0.6.0 #### API breaking changes diff --git a/Cargo.toml b/Cargo.toml index aac3ca8..d77679f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypercore-protocol" -version = "0.6.0" +version = "0.6.1" license = "MIT OR Apache-2.0" description = "Replication protocol for Hypercore feeds" authors = [