From 2a9b5995248278af8e4a1e10a9916bc57eb2902f Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:18:49 +0200 Subject: [PATCH] chore(master): release nox 0.23.0 (#2142) * chore(master): release nox 0.23.0 * chore: Bump nox version to 0.23.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 4adad928e5..97bce112d2 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.2" + ".": "0.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 722694ad84..4d77c3a53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.23.0](https://github.com/fluencelabs/nox/compare/nox-v0.22.2...nox-v0.23.0) (2024-03-08) + + +### ⚠ BREAKING CHANGES + +* **capacity-commitments:** finish CCP integration; add logs ([#2133](https://github.com/fluencelabs/nox/issues/2133)) + +### Features + +* **capacity-commitments:** finish CCP integration; add logs ([#2133](https://github.com/fluencelabs/nox/issues/2133)) ([23f4498](https://github.com/fluencelabs/nox/commit/23f449818e38e7881924996b2ada0af99737989b)) + ## [0.22.2](https://github.com/fluencelabs/nox/compare/nox-v0.22.1...nox-v0.22.2) (2024-03-08) diff --git a/Cargo.lock b/Cargo.lock index 1c47b4baf0..ab37beac2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5357,7 +5357,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.22.2" +version = "0.23.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 445bb36f78..78b9151dd5 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.22.2" +version = "0.23.0" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"