Skip to content

Commit

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

* chore: Bump nox version to 0.16.10
  • Loading branch information
fluencebot authored Dec 26, 2023
1 parent 67f7240 commit 7e1150d
Show file tree
Hide file tree
Showing 4 changed files with 17 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.16.9"
".": "0.16.10"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.16.10](https://github.com/fluencelabs/nox/compare/nox-v0.16.9...nox-v0.16.10) (2023-12-26)


### Features

* **metrics:** add libp2p bandwidth metrics ([#1973](https://github.com/fluencelabs/nox/issues/1973)) ([090dff3](https://github.com/fluencelabs/nox/commit/090dff3450cf4336b25aae297332069548f14618))


### Bug Fixes

* **deps:** update fluence-spell to v0.6.2 ([#1986](https://github.com/fluencelabs/nox/issues/1986)) ([47ecbe0](https://github.com/fluencelabs/nox/commit/47ecbe0969c007eaab75abc60885427e67ad2f90))
* **deps:** update rust crate aqua-ipfs-distro to v0.5.27 ([#1987](https://github.com/fluencelabs/nox/issues/1987)) ([67f7240](https://github.com/fluencelabs/nox/commit/67f7240ba94dd746e94efdf4e21bd6ff19524139))
* **deps:** update rust crate decider-distro to v0.5.9 ([#1975](https://github.com/fluencelabs/nox/issues/1975)) ([d5d47e3](https://github.com/fluencelabs/nox/commit/d5d47e37f7a62a97e5bc74a6cedd61dd39fe22a9))

## [0.16.9](https://github.com/fluencelabs/nox/compare/nox-v0.16.8...nox-v0.16.9) (2023-12-20)


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

0 comments on commit 7e1150d

Please sign in to comment.