From 8a787272b826eb8555961c6e439f5d2aff689cae Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:46:17 +0300 Subject: [PATCH 1/2] chore(master): release nox 0.26.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0043b220eb..eb65bfe9ee 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.1" + ".": "0.26.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83342bccf9..2807dc8695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.2](https://github.com/fluencelabs/nox/compare/nox-v0.26.1...nox-v0.26.2) (2024-09-02) + + +### Features + +* **vm, gpu:** VM per peer, setup networking, add all GPUs to the VM [fixes BRND-60, PRO-721] ([#2356](https://github.com/fluencelabs/nox/issues/2356)) ([26d47b7](https://github.com/fluencelabs/nox/commit/26d47b7b936a53b522b21eac7bc0ecc5eb04c445)) + ## [0.26.1](https://github.com/fluencelabs/nox/compare/nox-v0.26.0...nox-v0.26.1) (2024-08-20) From a9195fa8f26c09f7d8c742c19c4920f543314ac8 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Mon, 2 Sep 2024 14:49:12 +0000 Subject: [PATCH 2/2] chore: Bump nox version to 0.26.2 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96e525b62d..82a5c3ad3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.26.1" +version = "0.26.2" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 5f2298928b..4cf5ecfa3f 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.26.1" +version = "0.26.2" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"