Skip to content

Commit

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

* chore: Bump nox version to 0.18.0
  • Loading branch information
fluencebot authored Jan 31, 2024
1 parent 4d76e8f commit 9ba245e
Show file tree
Hide file tree
Showing 4 changed files with 15 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.17.0"
".": "0.18.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.18.0](https://github.com/fluencelabs/nox/compare/nox-v0.17.0...nox-v0.18.0) (2024-01-31)


### ⚠ BREAKING CHANGES

* **particle-data:** use MsgPack for particle data serialization [Fixes VM-407] ([#2034](https://github.com/fluencelabs/nox/issues/2034))

### Features

* **anomaly:** new anomaly criteria [fixes vm-426] ([#2037](https://github.com/fluencelabs/nox/issues/2037)) ([d59b885](https://github.com/fluencelabs/nox/commit/d59b88560610d0641bdd7bd75e438dce238dd772))
* **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))

## [0.17.0](https://github.com/fluencelabs/nox/compare/nox-v0.16.15...nox-v0.17.0) (2024-01-26)


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

0 comments on commit 9ba245e

Please sign in to comment.