From 9718d1dea434762a2a0e8a2d740ca02954383dac Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:03:01 +0200 Subject: [PATCH] chore(master): release nox 0.21.0 (#2105) * chore(master): release nox 0.21.0 * chore: Bump nox version to 0.21.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1e43287996..d3535156fc 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.2" + ".": "0.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 410a83b2e8..04d800ee37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.21.0](https://github.com/fluencelabs/nox/compare/nox-v0.20.2...nox-v0.21.0) (2024-02-23) + + +### ⚠ BREAKING CHANGES + +* **particle-vault:** introduce new particle vault path format ([#2098](https://github.com/fluencelabs/nox/issues/2098)) + +### Features + +* add connector.send_tx; introduce listener ([#2078](https://github.com/fluencelabs/nox/issues/2078)) ([81f00ea](https://github.com/fluencelabs/nox/commit/81f00eacb7c2337f9f7b6a8f4313b8da88a26339)) +* **config:** Introduce ephemeral and persistent storage [fixes NET-759 NET-760] ([#2091](https://github.com/fluencelabs/nox/issues/2091)) ([79e7850](https://github.com/fluencelabs/nox/commit/79e7850be08429afdfb284af91c9e42b95ab6336)) +* **particle-vault:** introduce new particle vault path format ([#2098](https://github.com/fluencelabs/nox/issues/2098)) ([3d68c85](https://github.com/fluencelabs/nox/commit/3d68c857ac804f798b74649d2468df72df3a06f0)) +* **spell:** update to new kv restrictions ([#2094](https://github.com/fluencelabs/nox/issues/2094)) ([7bc9e5a](https://github.com/fluencelabs/nox/commit/7bc9e5acb3390a8f8dec96e7628e9f042044cc1c)) + + +### Bug Fixes + +* **core-manager:** add logging info ([#2109](https://github.com/fluencelabs/nox/issues/2109)) ([06f253b](https://github.com/fluencelabs/nox/commit/06f253b7e44cf655701ca2def4cb9d2ea08eba2b)) +* **deps:** update fluence-spell to v0.7.3 ([#2088](https://github.com/fluencelabs/nox/issues/2088)) ([77c6e86](https://github.com/fluencelabs/nox/commit/77c6e86ad2e2cba2b2274bf9a4929811ebbcc068)) +* **deps:** update rust crate decider-distro to v0.6.6 ([#2104](https://github.com/fluencelabs/nox/issues/2104)) ([938f751](https://github.com/fluencelabs/nox/commit/938f75150e7f9d53cd267ff0f35ee37303584cdd)) + ## [0.20.2](https://github.com/fluencelabs/nox/compare/nox-v0.20.1...nox-v0.20.2) (2024-02-21) diff --git a/Cargo.lock b/Cargo.lock index f501861f25..fa09c789de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5350,7 +5350,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.20.2" +version = "0.21.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 099f720e6e..cef14939d7 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.20.2" +version = "0.21.0" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"