Skip to content

Commit

Permalink
chore(master): release nox 0.16.9 (#1969)
Browse files Browse the repository at this point in the history
* chore(master): release nox 0.16.9

* chore: Bump nox version to 0.16.9
  • Loading branch information
fluencebot authored Dec 20, 2023
1 parent 5bc6495 commit 57a3840
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.8"
".": "0.16.9"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.16.9](https://github.com/fluencelabs/nox/compare/nox-v0.16.8...nox-v0.16.9) (2023-12-20)


### Features

* **plumber:** allow root to access deactivated workers [fixes NET-695] ([#1968](https://github.com/fluencelabs/nox/issues/1968)) ([2d13c8a](https://github.com/fluencelabs/nox/commit/2d13c8aa1a74b102143ae2b7aa2d82eaa805fad7))


### Bug Fixes

* **cleanup:** cleanup par + max batch size ([#1967](https://github.com/fluencelabs/nox/issues/1967)) ([1063eae](https://github.com/fluencelabs/nox/commit/1063eae0211bb4803db29c75a104bdd5bce0121a))
* **deps:** update fluence-spell to v0.6.0 ([#1958](https://github.com/fluencelabs/nox/issues/1958)) ([5bc6495](https://github.com/fluencelabs/nox/commit/5bc64951c1914d7d6eaf523742aa4eda3c43a5c5))

## [0.16.8](https://github.com/fluencelabs/nox/compare/nox-v0.16.7...nox-v0.16.8) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nox"
version = "0.16.8"
version = "0.16.9"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 57a3840

Please sign in to comment.