Skip to content

Commit e39f9ae

Browse files
authored
chore(master): release nox 0.22.0 (#2132)
* chore(master): release nox 0.22.0 * chore: Bump nox version to 0.22.0
1 parent a732f5c commit e39f9ae

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.21.4"
2+
".": "0.22.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.22.0](https://github.com/fluencelabs/nox/compare/nox-v0.21.4...nox-v0.22.0) (2024-03-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **aquavm:** aquavm mem limits from config [fixes VM-425] ([#2111](https://github.com/fluencelabs/nox/issues/2111))
9+
10+
### Features
11+
12+
* **aquavm:** aquavm mem limits from config [fixes VM-425] ([#2111](https://github.com/fluencelabs/nox/issues/2111)) ([a732f5c](https://github.com/fluencelabs/nox/commit/a732f5ca16e2cd5a721a220ce8f73b784dd0ab21))
13+
314
## [0.21.4](https://github.com/fluencelabs/nox/compare/nox-v0.21.3...nox-v0.21.4) (2024-03-03)
415

516

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nox/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nox"
3-
version = "0.21.4"
3+
version = "0.22.0"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)