Skip to content

Commit

Permalink
bump version to 0.6.0 (#563)
Browse files Browse the repository at this point in the history
Key changes:

Feature: data channel pool: #562
Feature: Using callback instead MPMC channel: #561
Chore: Make rings-snark optional: #558
Chore: Using forked protocolJs: #556
  • Loading branch information
RyanKung authored Mar 28, 2024
1 parent 05b1739 commit 034a47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*", "examples/native", "examples/snark"]

[workspace.package]
version = "0.5.6"
version = "0.6.0"
edition = "2021"
license = "GPL-3.0"
authors = ["RND <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"RND <[email protected]>"
],
"description": "Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.\n",
"version": "0.5.6",
"version": "0.6.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 034a47e

Please sign in to comment.