Skip to content

Commit

Permalink
chore(master): release nox 0.25.0 (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Jun 10, 2024
1 parent d8be027 commit 44105c6
Show file tree
Hide file tree
Showing 4 changed files with 23 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.24.0"
".": "0.25.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.25.0](https://github.com/fluencelabs/nox/compare/nox-v0.24.0...nox-v0.25.0) (2024-06-05)


### ⚠ BREAKING CHANGES

* **network:** Network isolation [fixes NET-818] ([#2245](https://github.com/fluencelabs/nox/issues/2245))

### Features

* **connector:** add get_deals builtin ([#2180](https://github.com/fluencelabs/nox/issues/2180)) ([b6e15d5](https://github.com/fluencelabs/nox/commit/b6e15d51c087883105fb88d519f86bae6efe7a5a))
* **core-distributor:** core-manager refactoring [fixes NET-820] ([#2265](https://github.com/fluencelabs/nox/issues/2265)) ([58ea53d](https://github.com/fluencelabs/nox/commit/58ea53dc175798041704badee88141d5b2c19d6f))
* **network:** Network isolation [fixes NET-818] ([#2245](https://github.com/fluencelabs/nox/issues/2245)) ([f5eb980](https://github.com/fluencelabs/nox/commit/f5eb9808364ba0343292f5a46d82dbe9df05655b))


### Bug Fixes

* **config:** network case ([#2278](https://github.com/fluencelabs/nox/issues/2278)) ([c52b74e](https://github.com/fluencelabs/nox/commit/c52b74ef529cbc56dd25b55121401b85edef9b1e))
* **listener:** listener fixes ([#2249](https://github.com/fluencelabs/nox/issues/2249)) ([b69f1cb](https://github.com/fluencelabs/nox/commit/b69f1cbe93dc826e4780f759b2bcd0c37b5697c2))
* **system-services:** Update to the new decider ([#2253](https://github.com/fluencelabs/nox/issues/2253)) ([d8be027](https://github.com/fluencelabs/nox/commit/d8be027f726966796f4a6e0275f00379fe4c8279))

## [0.24.0](https://github.com/fluencelabs/nox/compare/nox-v0.23.6...nox-v0.24.0) (2024-05-27)


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

0 comments on commit 44105c6

Please sign in to comment.