From 507713d4eb4d84826dd5391a2850321ecc737b23 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:27:19 +0300 Subject: [PATCH] chore(master): release rust-peer 0.14.5 (#1784) * chore(master): release rust-peer 0.14.5 * chore: Bump nox version to 0.14.5 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 28443523e4..799988fb3a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.4" + ".": "0.14.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d29feae47..8213412db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.5](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.4...rust-peer-v0.14.5) (2023-09-07) + + +### Bug Fixes + +* **deps:** update rust crate air-interpreter-wasm to 0.46.0 ([#1776](https://github.com/fluencelabs/nox/issues/1776)) ([2c94c72](https://github.com/fluencelabs/nox/commit/2c94c72030e23aeeebe4c40bf700b7000125ae4d)) + ## [0.14.4](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.3...rust-peer-v0.14.4) (2023-09-06) diff --git a/Cargo.lock b/Cargo.lock index 14eb151ddf..7099545dcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4309,7 +4309,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.14.4" +version = "0.14.5" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 6088dadef5..43940649e7 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.14.4" +version = "0.14.5" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"