Skip to content

Commit 9ba245e

Browse files
authored
chore(master): release nox 0.18.0 (#2048)
* chore(master): release nox 0.18.0 * chore: Bump nox version to 0.18.0
1 parent 4d76e8f commit 9ba245e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.17.0"
2+
".": "0.18.0"
33
}

CHANGELOG.md

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

3+
## [0.18.0](https://github.com/fluencelabs/nox/compare/nox-v0.17.0...nox-v0.18.0) (2024-01-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **particle-data:** use MsgPack for particle data serialization [Fixes VM-407] ([#2034](https://github.com/fluencelabs/nox/issues/2034))
9+
10+
### Features
11+
12+
* **anomaly:** new anomaly criteria [fixes vm-426] ([#2037](https://github.com/fluencelabs/nox/issues/2037)) ([d59b885](https://github.com/fluencelabs/nox/commit/d59b88560610d0641bdd7bd75e438dce238dd772))
13+
* **particle-data:** use MsgPack for particle data serialization [Fixes VM-407] ([#2034](https://github.com/fluencelabs/nox/issues/2034)) ([4d76e8f](https://github.com/fluencelabs/nox/commit/4d76e8f3bedb18e3406b7d223c56eb74541a7f97))
14+
315
## [0.17.0](https://github.com/fluencelabs/nox/compare/nox-v0.16.15...nox-v0.17.0) (2024-01-26)
416

517

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

0 commit comments

Comments
 (0)