Skip to content

Commit 69974e5

Browse files
authored
chore(master): release nox 0.21.1 (#2121)
* chore(master): release nox 0.21.1 * chore: Bump nox version to 0.21.1
1 parent e8ca595 commit 69974e5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.21.0"
2+
".": "0.21.1"
33
}

CHANGELOG.md

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

3+
## [0.21.1](https://github.com/fluencelabs/nox/compare/nox-v0.21.0...nox-v0.21.1) (2024-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update decider 0.6.9 ([#2120](https://github.com/fluencelabs/nox/issues/2120)) ([e8ca595](https://github.com/fluencelabs/nox/commit/e8ca5958b2a7dfcc625443227ef0856c199ab3cd))
9+
310
## [0.21.0](https://github.com/fluencelabs/nox/compare/nox-v0.20.2...nox-v0.21.0) (2024-02-23)
411

512

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

0 commit comments

Comments
 (0)