Skip to content

Commit 44105c6

Browse files
authored
chore(master): release nox 0.25.0 (#2267)
1 parent d8be027 commit 44105c6

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.24.0"
2+
".": "0.25.0"
33
}

CHANGELOG.md

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

3+
## [0.25.0](https://github.com/fluencelabs/nox/compare/nox-v0.24.0...nox-v0.25.0) (2024-06-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **network:** Network isolation [fixes NET-818] ([#2245](https://github.com/fluencelabs/nox/issues/2245))
9+
10+
### Features
11+
12+
* **connector:** add get_deals builtin ([#2180](https://github.com/fluencelabs/nox/issues/2180)) ([b6e15d5](https://github.com/fluencelabs/nox/commit/b6e15d51c087883105fb88d519f86bae6efe7a5a))
13+
* **core-distributor:** core-manager refactoring [fixes NET-820] ([#2265](https://github.com/fluencelabs/nox/issues/2265)) ([58ea53d](https://github.com/fluencelabs/nox/commit/58ea53dc175798041704badee88141d5b2c19d6f))
14+
* **network:** Network isolation [fixes NET-818] ([#2245](https://github.com/fluencelabs/nox/issues/2245)) ([f5eb980](https://github.com/fluencelabs/nox/commit/f5eb9808364ba0343292f5a46d82dbe9df05655b))
15+
16+
17+
### Bug Fixes
18+
19+
* **config:** network case ([#2278](https://github.com/fluencelabs/nox/issues/2278)) ([c52b74e](https://github.com/fluencelabs/nox/commit/c52b74ef529cbc56dd25b55121401b85edef9b1e))
20+
* **listener:** listener fixes ([#2249](https://github.com/fluencelabs/nox/issues/2249)) ([b69f1cb](https://github.com/fluencelabs/nox/commit/b69f1cbe93dc826e4780f759b2bcd0c37b5697c2))
21+
* **system-services:** Update to the new decider ([#2253](https://github.com/fluencelabs/nox/issues/2253)) ([d8be027](https://github.com/fluencelabs/nox/commit/d8be027f726966796f4a6e0275f00379fe4c8279))
22+
323
## [0.24.0](https://github.com/fluencelabs/nox/compare/nox-v0.23.6...nox-v0.24.0) (2024-05-27)
424

525

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

0 commit comments

Comments
 (0)