Skip to content

Commit 9718d1d

Browse files
authored
chore(master): release nox 0.21.0 (#2105)
* chore(master): release nox 0.21.0 * chore: Bump nox version to 0.21.0
1 parent 81f00ea commit 9718d1d

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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.20.2"
2+
".": "0.21.0"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.21.0](https://github.com/fluencelabs/nox/compare/nox-v0.20.2...nox-v0.21.0) (2024-02-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **particle-vault:** introduce new particle vault path format ([#2098](https://github.com/fluencelabs/nox/issues/2098))
9+
10+
### Features
11+
12+
* add connector.send_tx; introduce listener ([#2078](https://github.com/fluencelabs/nox/issues/2078)) ([81f00ea](https://github.com/fluencelabs/nox/commit/81f00eacb7c2337f9f7b6a8f4313b8da88a26339))
13+
* **config:** Introduce ephemeral and persistent storage [fixes NET-759 NET-760] ([#2091](https://github.com/fluencelabs/nox/issues/2091)) ([79e7850](https://github.com/fluencelabs/nox/commit/79e7850be08429afdfb284af91c9e42b95ab6336))
14+
* **particle-vault:** introduce new particle vault path format ([#2098](https://github.com/fluencelabs/nox/issues/2098)) ([3d68c85](https://github.com/fluencelabs/nox/commit/3d68c857ac804f798b74649d2468df72df3a06f0))
15+
* **spell:** update to new kv restrictions ([#2094](https://github.com/fluencelabs/nox/issues/2094)) ([7bc9e5a](https://github.com/fluencelabs/nox/commit/7bc9e5acb3390a8f8dec96e7628e9f042044cc1c))
16+
17+
18+
### Bug Fixes
19+
20+
* **core-manager:** add logging info ([#2109](https://github.com/fluencelabs/nox/issues/2109)) ([06f253b](https://github.com/fluencelabs/nox/commit/06f253b7e44cf655701ca2def4cb9d2ea08eba2b))
21+
* **deps:** update fluence-spell to v0.7.3 ([#2088](https://github.com/fluencelabs/nox/issues/2088)) ([77c6e86](https://github.com/fluencelabs/nox/commit/77c6e86ad2e2cba2b2274bf9a4929811ebbcc068))
22+
* **deps:** update rust crate decider-distro to v0.6.6 ([#2104](https://github.com/fluencelabs/nox/issues/2104)) ([938f751](https://github.com/fluencelabs/nox/commit/938f75150e7f9d53cd267ff0f35ee37303584cdd))
23+
324
## [0.20.2](https://github.com/fluencelabs/nox/compare/nox-v0.20.1...nox-v0.20.2) (2024-02-21)
425

526

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

0 commit comments

Comments
 (0)