Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiurani committed Jul 5, 2024
1 parent 072aa73 commit 72bfe6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0

#### API breaking changes

Support hypercore v0.13.0 which [removed generic parameters from Hypercore and Storage][https://github.com/datrs/hypercore/pull/139].

### 0.4.1

* Implement close() and signal_local() in CommandTx
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.4.2-alpha.1"
version = "0.5.0"
license = "MIT OR Apache-2.0"
description = "Replication protocol for Hypercore feeds"
authors = [
Expand Down

0 comments on commit 72bfe6c

Please sign in to comment.