Skip to content

Commit 0bd4d6e

Browse files
authored
chore(master): release nox 0.20.1 (#2092)
* chore(master): release nox 0.20.1 * chore: Bump nox version to 0.20.1
1 parent 61aa65c commit 0bd4d6e

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.0"
2+
".": "0.20.1"
33
}

CHANGELOG.md

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

3+
## [0.20.1](https://github.com/fluencelabs/nox/compare/nox-v0.20.0...nox-v0.20.1) (2024-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** decider distro 0.6.1 ([#2096](https://github.com/fluencelabs/nox/issues/2096)) ([b07e524](https://github.com/fluencelabs/nox/commit/b07e524f84ab7c34c673a90757cb85fefb9f5074))
9+
* **deps:** update rust crate decider-distro to v0.6.3 ([#2089](https://github.com/fluencelabs/nox/issues/2089)) ([61aa65c](https://github.com/fluencelabs/nox/commit/61aa65cf5e3a786d663a988b531870829f2f0fa6))
10+
* **deps:** use toml 0.5.10 ([#2095](https://github.com/fluencelabs/nox/issues/2095)) ([df662c5](https://github.com/fluencelabs/nox/commit/df662c5f7162a583e3b649cc8c280340968aa230))
11+
* **deps:** use toml 0.7 in server-config ([#2097](https://github.com/fluencelabs/nox/issues/2097)) ([a4221cb](https://github.com/fluencelabs/nox/commit/a4221cb70b6f4cf88b9df8eb7c1427e24c42ffc5))
12+
* **particle-vault:** refactor particle vault usage ([#2077](https://github.com/fluencelabs/nox/issues/2077)) ([26f998d](https://github.com/fluencelabs/nox/commit/26f998d2b72732ed7eab8338f15daecd2f7339a6))
13+
314
## [0.20.0](https://github.com/fluencelabs/nox/compare/nox-v0.19.0...nox-v0.20.0) (2024-02-19)
415

516

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

0 commit comments

Comments
 (0)