Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiurani committed Oct 28, 2024
1 parent 3cfe04b commit 0f848b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 0f848b3

Please sign in to comment.