Skip to content

Commit 0ac6c4b

Browse files
authored
chore(master): release nox 0.23.3 (#2162)
* chore(master): release nox 0.23.3 * chore: Bump nox version to 0.23.3
1 parent 0edf82d commit 0ac6c4b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.23.2"
2+
".": "0.23.3"
33
}

CHANGELOG.md

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

3+
## [0.23.3](https://github.com/fluencelabs/nox/compare/nox-v0.23.2...nox-v0.23.3) (2024-03-14)
4+
5+
6+
### Features
7+
8+
* **listener:** use available cores to help other CUs ([#2163](https://github.com/fluencelabs/nox/issues/2163)) ([fe423ff](https://github.com/fluencelabs/nox/commit/fe423ff090e58914b08e9c5721df03f83804a11f))
9+
* migrate to alloy and more ([#2166](https://github.com/fluencelabs/nox/issues/2166)) ([0edf82d](https://github.com/fluencelabs/nox/commit/0edf82ddcf0b917026d9b6d7a86f7c78169ce98b))
10+
* restrict builtins, aqua-ipfs, worker-spell alias [NET-551,NET-730,NET-729,NET-792] ([#2141](https://github.com/fluencelabs/nox/issues/2141)) ([0f27f20](https://github.com/fluencelabs/nox/commit/0f27f20ad796f4b3cf88fc37b8ba28e9d7c97edf))
11+
12+
13+
### Bug Fixes
14+
15+
* **config:** print config [fixes NET-796] ([#2161](https://github.com/fluencelabs/nox/issues/2161)) ([c1d58b5](https://github.com/fluencelabs/nox/commit/c1d58b5ac4043529197ed99691e0ea537f43b22a))
16+
317
## [0.23.2](https://github.com/fluencelabs/nox/compare/nox-v0.23.1...nox-v0.23.2) (2024-03-10)
418

519

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.23.2"
3+
version = "0.23.3"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)