From 034a47e438057f53dd031f82f8778cb0f3f5ae29 Mon Sep 17 00:00:00 2001 From: Elder Ryan Date: Thu, 28 Mar 2024 17:07:49 +0800 Subject: [PATCH] bump version to 0.6.0 (#563) Key changes: Feature: data channel pool: https://github.com/RingsNetwork/rings/pull/562 Feature: Using callback instead MPMC channel: https://github.com/RingsNetwork/rings/pull/561 Chore: Make rings-snark optional: https://github.com/RingsNetwork/rings/pull/558 Chore: Using forked protocolJs: https://github.com/RingsNetwork/rings/pull/556 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dd6a043e..3b4d20843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/package.json b/package.json index 5f0f6f67e..80d31011b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "RND " ], "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",