Skip to content

Commit 5eb96e8

Browse files
authored
chore(master): release nox 0.22.2 (#2138)
* chore(master): release nox 0.22.2 * chore: Bump nox version to 0.22.2
1 parent c976373 commit 5eb96e8

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.22.1"
2+
".": "0.22.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.22.2](https://github.com/fluencelabs/nox/compare/nox-v0.22.1...nox-v0.22.2) (2024-03-08)
4+
5+
6+
### Features
7+
8+
* **workers:** separate AVM pools [fixes NET-753] ([#2125](https://github.com/fluencelabs/nox/issues/2125)) ([fd2552f](https://github.com/fluencelabs/nox/commit/fd2552f94a61c106d7c03b8b2bb18eaf47eae8a1))
9+
10+
11+
### Bug Fixes
12+
13+
* **config:** add humantime & default for proof_poll_period ([#2139](https://github.com/fluencelabs/nox/issues/2139)) ([fd6acf6](https://github.com/fluencelabs/nox/commit/fd6acf65c211deec1be84a4bd4333a3b68f05f8f))
14+
* **config:** change default for the cpu range in nox ([#2140](https://github.com/fluencelabs/nox/issues/2140)) ([c976373](https://github.com/fluencelabs/nox/commit/c976373c6e25171580f995e98635535eae597b87))
15+
316
## [0.22.1](https://github.com/fluencelabs/nox/compare/nox-v0.22.0...nox-v0.22.1) (2024-03-07)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nox"
3-
version = "0.22.1"
3+
version = "0.22.2"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)