Skip to content

Commit

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

* chore: Bump nox version to 0.22.2
  • Loading branch information
fluencebot committed Mar 8, 2024
1 parent c976373 commit 5eb96e8
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.22.1"
".": "0.22.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.22.2](https://github.com/fluencelabs/nox/compare/nox-v0.22.1...nox-v0.22.2) (2024-03-08)


### Features

* **workers:** separate AVM pools [fixes NET-753] ([#2125](https://github.com/fluencelabs/nox/issues/2125)) ([fd2552f](https://github.com/fluencelabs/nox/commit/fd2552f94a61c106d7c03b8b2bb18eaf47eae8a1))


### Bug Fixes

* **config:** add humantime & default for proof_poll_period ([#2139](https://github.com/fluencelabs/nox/issues/2139)) ([fd6acf6](https://github.com/fluencelabs/nox/commit/fd6acf65c211deec1be84a4bd4333a3b68f05f8f))
* **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))

## [0.22.1](https://github.com/fluencelabs/nox/compare/nox-v0.22.0...nox-v0.22.1) (2024-03-07)


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.22.1"
version = "0.22.2"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 5eb96e8

Please sign in to comment.