From 48140bda0dee4929efde6bf60874264802d516b9 Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Fri, 25 Oct 2024 20:18:02 +0300 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4178c37..4735c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this Rust implementation of hypercore-protocol will be do * TODO: Add changes here as they happen +### 0.6.0 + +#### API breaking changes + +Support hypercore v0.14.0 and change tokio as the default async runtime. + ### 0.5.0 #### API breaking changes diff --git a/Cargo.toml b/Cargo.toml index ab7af3d..664adb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypercore-protocol" -version = "0.5.0" +version = "0.6.0" license = "MIT OR Apache-2.0" description = "Replication protocol for Hypercore feeds" authors = [