From 0c844dd05faa02701e532379b3cd2c03e210e13e Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:36:47 +0200 Subject: [PATCH] chore(master): release nox 0.16.1 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index bc7e4aaee4..256c8810cf 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2a7da3d2..5b6a51e850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.16.1](https://github.com/fluencelabs/nox/compare/nox-v0.16.0...nox-v0.16.1) (2023-11-09) + + +### Features + +* **metrics:** Add tokio runtime metrics ([#1878](https://github.com/fluencelabs/nox/issues/1878)) ([5522bed](https://github.com/fluencelabs/nox/commit/5522bed9164d8e9ee142e0410db45f61ada6323c)) +* **nox:** add new flags for system services [NET-547, NET-548] ([#1888](https://github.com/fluencelabs/nox/issues/1888)) ([b172117](https://github.com/fluencelabs/nox/commit/b172117c869d06abc88485a1e5ddf0e98aadf8e4)) +* use particle signature as id for actors [NET-540] ([#1877](https://github.com/fluencelabs/nox/issues/1877)) ([da84a39](https://github.com/fluencelabs/nox/commit/da84a39ffd514a6819e4392c4c7b1fc4bf2a9d35)) + + +### Bug Fixes + +* **logging:** add a target field in the logfmt formatter ([1bcfb1c](https://github.com/fluencelabs/nox/commit/1bcfb1c37b09e98d4d18130cb3b5e9e60611b55c)) +* **logging:** fixed logfmt formatter ([#1885](https://github.com/fluencelabs/nox/issues/1885)) ([1bcfb1c](https://github.com/fluencelabs/nox/commit/1bcfb1c37b09e98d4d18130cb3b5e9e60611b55c)) + ## [0.16.0](https://github.com/fluencelabs/nox/compare/nox-v0.15.2...nox-v0.16.0) (2023-10-30)