Skip to content

Commit

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

* chore: Bump nox version to 0.16.14

---------

Co-authored-by: Maria Kuklina <101095419+kmd-fl@users.noreply.github.com>
  • Loading branch information
fluencebot and kmd-fl committed Jan 12, 2024
1 parent 29c2096 commit 717d190
Show file tree
Hide file tree
Showing 4 changed files with 18 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.13"
".": "0.16.14"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.16.14](https://github.com/fluencelabs/nox/compare/nox-v0.16.13...nox-v0.16.14) (2024-01-12)


### Features

* introduce chain-listener [fixes NET-694 NET-673 NET-674 NET-677 NET-685] ([#1972](https://github.com/fluencelabs/nox/issues/1972)) ([3ff44b5](https://github.com/fluencelabs/nox/commit/3ff44b52d9709c370ade267bd8d4f30c1f376735))
* **worker:** Refactoring key manager [fixes NET-702] ([#1985](https://github.com/fluencelabs/nox/issues/1985)) ([345f9b8](https://github.com/fluencelabs/nox/commit/345f9b89617dfe1a2eb399de27dc5ba36e5c8d1d))


### Bug Fixes

* **deps:** update rust crate decider-distro to v0.5.13 ([#2016](https://github.com/fluencelabs/nox/issues/2016)) ([0ea3a85](https://github.com/fluencelabs/nox/commit/0ea3a85cd0c1801a99467040aeddc6ab3fed56bb))
* **deps:** update rust crate registry-distro to v0.9.4 ([#2010](https://github.com/fluencelabs/nox/issues/2010)) ([3f8c176](https://github.com/fluencelabs/nox/commit/3f8c176121bea8b547933163f84f145f1f5f9389))
* **deps:** update rust crate trust-graph-distro to v0.4.10 ([#2008](https://github.com/fluencelabs/nox/issues/2008)) ([70798eb](https://github.com/fluencelabs/nox/commit/70798ebaf488aa236fda0d48594c94f50dd1cb81))

## [0.16.13](https://github.com/fluencelabs/nox/compare/nox-v0.16.12...nox-v0.16.13) (2023-12-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.16.13"
version = "0.16.14"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 717d190

Please sign in to comment.