Skip to content

Commit 95ebf02

Browse files
authored
chore(master): release nox 0.26.1 (#2349)
1 parent 34c01d8 commit 95ebf02

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.26.0"
2+
".": "0.26.1"
33
}

CHANGELOG.md

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

3+
## [0.26.1](https://github.com/fluencelabs/nox/compare/nox-v0.26.0...nox-v0.26.1) (2024-08-20)
4+
5+
6+
### Features
7+
8+
* **chain-listener:** integration tests for the chain listener [fixes NET-824, VM-615] ([#2290](https://github.com/fluencelabs/nox/issues/2290)) ([3af4541](https://github.com/fluencelabs/nox/commit/3af4541de12c72e269f5beec7f72fd92a7e06172))
9+
* support multi CU workers ([#2345](https://github.com/fluencelabs/nox/issues/2345)) ([34c01d8](https://github.com/fluencelabs/nox/commit/34c01d865e1ba939c99677a022acc3472c2d0b45))
10+
* **vm:** add vm builtins for reboot, reset and status [BRND-23] ([#2340](https://github.com/fluencelabs/nox/issues/2340)) ([a180a5c](https://github.com/fluencelabs/nox/commit/a180a5c642fc0499c7c93ee87bbe8dc3471a53b7))
11+
12+
13+
### Bug Fixes
14+
15+
* **connector:** prefix deal id with 0x in setWorker call ([#2348](https://github.com/fluencelabs/nox/issues/2348)) ([3ab2896](https://github.com/fluencelabs/nox/commit/3ab28969c6b60551a1e5bdd5b85cc6070828d58a))
16+
* suspend/resume on worker deactivate/activate ([#2350](https://github.com/fluencelabs/nox/issues/2350)) ([ac72e69](https://github.com/fluencelabs/nox/commit/ac72e69c51055746b95a9e2697bf9618b7f312b5))
17+
318
## [0.26.0](https://github.com/fluencelabs/nox/compare/nox-v0.25.2...nox-v0.26.0) (2024-08-09)
419

520

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

0 commit comments

Comments
 (0)