diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1274271d48..6f6793367e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.12" + ".": "0.16.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a2444122a1..5fe519d672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.16.13](https://github.com/fluencelabs/nox/compare/nox-v0.16.12...nox-v0.16.13) (2023-12-29) + + +### Bug Fixes + +* **config:** respect base_dir in keypair generation ([#1998](https://github.com/fluencelabs/nox/issues/1998)) ([e2b99bf](https://github.com/fluencelabs/nox/commit/e2b99bff5917197f6b02d5a415a60bdd7b14a98b)) +* **deps:** update rust crate decider-distro to v0.5.12 ([#2000](https://github.com/fluencelabs/nox/issues/2000)) ([c35e6e3](https://github.com/fluencelabs/nox/commit/c35e6e39aeaf153aeff413ea8be67e03efbd1252)) +* **deps:** update rust crate fluence-keypair to 0.10.4 ([#1990](https://github.com/fluencelabs/nox/issues/1990)) ([ed5f5d0](https://github.com/fluencelabs/nox/commit/ed5f5d0dafc175a9a81bd33bbe8b891e6a0be62e)) +* **deps:** update rust crate registry-distro to v0.9.2 ([#1970](https://github.com/fluencelabs/nox/issues/1970)) ([fb072a0](https://github.com/fluencelabs/nox/commit/fb072a0198f0d9c961739952723ffe37fc976ec2)) +* **deps:** update rust crate trust-graph-distro to v0.4.9 ([#1999](https://github.com/fluencelabs/nox/issues/1999)) ([7b9b376](https://github.com/fluencelabs/nox/commit/7b9b37685426e0e766fa46dadbdb3f6c3bdaacd0)) + ## [0.16.12](https://github.com/fluencelabs/nox/compare/nox-v0.16.11...nox-v0.16.12) (2023-12-28) diff --git a/Cargo.lock b/Cargo.lock index 999cc9f91e..61ab8d8ebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4706,7 +4706,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.16.12" +version = "0.16.13" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index d7da7bd556..0ca6763572 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.16.12" +version = "0.16.13" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"