Skip to content

Commit

Permalink
chore(master): release nox 0.26.1 (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Aug 20, 2024
1 parent 34c01d8 commit 95ebf02
Show file tree
Hide file tree
Showing 4 changed files with 18 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.26.0"
".": "0.26.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.26.1](https://github.com/fluencelabs/nox/compare/nox-v0.26.0...nox-v0.26.1) (2024-08-20)


### Features

* **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))
* support multi CU workers ([#2345](https://github.com/fluencelabs/nox/issues/2345)) ([34c01d8](https://github.com/fluencelabs/nox/commit/34c01d865e1ba939c99677a022acc3472c2d0b45))
* **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))


### Bug Fixes

* **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))
* suspend/resume on worker deactivate/activate ([#2350](https://github.com/fluencelabs/nox/issues/2350)) ([ac72e69](https://github.com/fluencelabs/nox/commit/ac72e69c51055746b95a9e2697bf9618b7f312b5))

## [0.26.0](https://github.com/fluencelabs/nox/compare/nox-v0.25.2...nox-v0.26.0) (2024-08-09)


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

0 comments on commit 95ebf02

Please sign in to comment.