We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060aa3e commit 48140bdCopy full SHA for 48140bd
CHANGELOG.md
@@ -6,6 +6,12 @@ All notable changes to this Rust implementation of hypercore-protocol will be do
6
7
* TODO: Add changes here as they happen
8
9
+### 0.6.0
10
+
11
+#### API breaking changes
12
13
+Support hypercore v0.14.0 and change tokio as the default async runtime.
14
15
### 0.5.0
16
17
#### API breaking changes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hypercore-protocol"
3
-version = "0.5.0"
+version = "0.6.0"
4
license = "MIT OR Apache-2.0"
5
description = "Replication protocol for Hypercore feeds"
authors = [
0 commit comments