Skip to content

Commit

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

* chore: Bump nox version to 0.16.0
  • Loading branch information
fluencebot authored Oct 30, 2023
1 parent 5bbe8d2 commit ad3cdeb
Show file tree
Hide file tree
Showing 4 changed files with 20 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.15.2"
".": "0.16.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.16.0](https://github.com/fluencelabs/nox/compare/nox-v0.15.2...nox-v0.16.0) (2023-10-30)


### ⚠ BREAKING CHANGES

* **deps:** update avm

### Features

* **deps:** update avm ([cc7c535](https://github.com/fluencelabs/nox/commit/cc7c535f0a422db754e22a809d112b9ddc1b3940))


### Bug Fixes

* **metrics:** measure call time and wait time separately ([#1858](https://github.com/fluencelabs/nox/issues/1858)) ([73bab7e](https://github.com/fluencelabs/nox/commit/73bab7ebc76d623c3e8304e6e68925a9163a0ecb))
* **system-services:** refactor deployer + fix [NET-586] ([#1859](https://github.com/fluencelabs/nox/issues/1859)) ([78b0a46](https://github.com/fluencelabs/nox/commit/78b0a46241cec8dd4767f9f46d4e800b0a3a62a1))

## [0.15.2](https://github.com/fluencelabs/nox/compare/nox-v0.15.1...nox-v0.15.2) (2023-10-29)


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

0 comments on commit ad3cdeb

Please sign in to comment.