Skip to content

Commit 05248f4

Browse files
authored
chore(master): release nox 0.18.1 (#2051)
* chore(master): release nox 0.18.1 * chore: Bump nox version to 0.18.1
1 parent 5dc200e commit 05248f4

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.18.0"
2+
".": "0.18.1"
33
}

CHANGELOG.md

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

3+
## [0.18.1](https://github.com/fluencelabs/nox/compare/nox-v0.18.0...nox-v0.18.1) (2024-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update fluence-spell to v0.6.10 ([#2049](https://github.com/fluencelabs/nox/issues/2049)) ([5dc200e](https://github.com/fluencelabs/nox/commit/5dc200e59fa16c7abd3c3cc9c9063eca76cb51cc))
9+
310
## [0.18.0](https://github.com/fluencelabs/nox/compare/nox-v0.17.0...nox-v0.18.0) (2024-01-31)
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.18.0"
3+
version = "0.18.1"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)