From f9d4b625090a9eb754cdb7045be24f58bfd0435f Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Thu, 22 Jun 2023 18:41:24 +0300 Subject: [PATCH] Revert "chore(master): release rust-peer 0.13.0 (#1642)" This reverts commit 6eba4c8de08e74f16663a3120b5a7b866439ac23. --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 13 ------------- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index ed21d28cb5..38acea6705 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a51d6288..a7083c31e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,5 @@ # Changelog -## [0.13.0](https://github.com/fluencelabs/nox/compare/rust-peer-v0.12.1...rust-peer-v0.13.0) (2023-06-22) - - -### ⚠ BREAKING CHANGES - -* **avm:** update to avm 0.39.1 ([#1627](https://github.com/fluencelabs/nox/issues/1627)) - -### Features - -* **avm:** update to avm 0.39.1 ([#1627](https://github.com/fluencelabs/nox/issues/1627)) ([e6b1afa](https://github.com/fluencelabs/nox/commit/e6b1afa0417d873cf94c4646a723d267e51fdfba)) -* Migrate Registry to spell ([#1629](https://github.com/fluencelabs/nox/issues/1629)) ([978ea2c](https://github.com/fluencelabs/nox/commit/978ea2cf64015e47027fd64a60dee2f06a7b3cab)) -* **system-service-deployer:** introduce new system service deployment system [fixes NET-487] ([#1623](https://github.com/fluencelabs/nox/issues/1623)) ([f272c02](https://github.com/fluencelabs/nox/commit/f272c02434a7f20df3ec2258e47e47570b90cbbd)) - ## [0.12.1](https://github.com/fluencelabs/rust-peer/compare/rust-peer-v0.12.0...rust-peer-v0.12.1) (2023-05-22) diff --git a/Cargo.lock b/Cargo.lock index f2f9787f40..5cc6bd4961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4411,7 +4411,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.13.0" +version = "0.12.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index cc8b71f2c6..6208d9e158 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.13.0" +version = "0.12.0" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"