Skip to content

Commit

Permalink
chore(master): release nox 0.21.0 (#2105)
Browse files Browse the repository at this point in the history
* chore(master): release nox 0.21.0

* chore: Bump nox version to 0.21.0
  • Loading branch information
fluencebot committed Feb 24, 2024
1 parent 81f00ea commit 9718d1d
Show file tree
Hide file tree
Showing 4 changed files with 24 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.20.2"
".": "0.21.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.21.0](https://github.com/fluencelabs/nox/compare/nox-v0.20.2...nox-v0.21.0) (2024-02-23)


### ⚠ BREAKING CHANGES

* **particle-vault:** introduce new particle vault path format ([#2098](https://github.com/fluencelabs/nox/issues/2098))

### Features

* add connector.send_tx; introduce listener ([#2078](https://github.com/fluencelabs/nox/issues/2078)) ([81f00ea](https://github.com/fluencelabs/nox/commit/81f00eacb7c2337f9f7b6a8f4313b8da88a26339))
* **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))
* **particle-vault:** introduce new particle vault path format ([#2098](https://github.com/fluencelabs/nox/issues/2098)) ([3d68c85](https://github.com/fluencelabs/nox/commit/3d68c857ac804f798b74649d2468df72df3a06f0))
* **spell:** update to new kv restrictions ([#2094](https://github.com/fluencelabs/nox/issues/2094)) ([7bc9e5a](https://github.com/fluencelabs/nox/commit/7bc9e5acb3390a8f8dec96e7628e9f042044cc1c))


### Bug Fixes

* **core-manager:** add logging info ([#2109](https://github.com/fluencelabs/nox/issues/2109)) ([06f253b](https://github.com/fluencelabs/nox/commit/06f253b7e44cf655701ca2def4cb9d2ea08eba2b))
* **deps:** update fluence-spell to v0.7.3 ([#2088](https://github.com/fluencelabs/nox/issues/2088)) ([77c6e86](https://github.com/fluencelabs/nox/commit/77c6e86ad2e2cba2b2274bf9a4929811ebbcc068))
* **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))

## [0.20.2](https://github.com/fluencelabs/nox/compare/nox-v0.20.1...nox-v0.20.2) (2024-02-21)


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

0 comments on commit 9718d1d

Please sign in to comment.