Skip to content

Commit 48140bd

Browse files
committed
Release 0.6.0
1 parent 060aa3e commit 48140bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this Rust implementation of hypercore-protocol will be do
66

77
* TODO: Add changes here as they happen
88

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+
915
### 0.5.0
1016

1117
#### API breaking changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hypercore-protocol"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
license = "MIT OR Apache-2.0"
55
description = "Replication protocol for Hypercore feeds"
66
authors = [

0 commit comments

Comments
 (0)