Skip to content

Commit

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

* chore: Bump nox version to 0.17.0
  • Loading branch information
fluencebot authored Jan 26, 2024
1 parent bb7227e commit 8dd4359
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 24 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.16.15"
".": "0.17.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **deps:** avm server 0.35 aquavm 0.59 ([#2040](https://github.com/fluencelabs/nox/issues/2040))

### Bug Fixes

* **deps:** avm server 0.35 aquavm 0.59 ([#2040](https://github.com/fluencelabs/nox/issues/2040)) ([bb7227e](https://github.com/fluencelabs/nox/commit/bb7227ebea2915f19f40f8a628b1b5826bbee446))

## [0.16.15](https://github.com/fluencelabs/nox/compare/nox-v0.16.14...nox-v0.16.15) (2024-01-23)


Expand Down
86 changes: 64 additions & 22 deletions 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.16.15"
version = "0.17.0"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 8dd4359

Please sign in to comment.