Skip to content

Commit

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

* chore: Bump nox version to 0.16.4
  • Loading branch information
fluencebot committed Dec 4, 2023
1 parent 5460b36 commit 676347b
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.16.3"
".": "0.16.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.16.4](https://github.com/fluencelabs/nox/compare/nox-v0.16.3...nox-v0.16.4) (2023-12-01)


### Features

* **workers:** add activate/deactivate [NET-587] ([#1889](https://github.com/fluencelabs/nox/issues/1889)) ([0883ab8](https://github.com/fluencelabs/nox/commit/0883ab8912ca19cb28dc9b6b388c48d5e6aa7306))


### Bug Fixes

* **deps:** update fluence-spell to v0.5.32 ([#1937](https://github.com/fluencelabs/nox/issues/1937)) ([5460b36](https://github.com/fluencelabs/nox/commit/5460b3697cc951297210a81373761ae4550bb31a))

## [0.16.3](https://github.com/fluencelabs/nox/compare/nox-v0.16.2...nox-v0.16.3) (2023-11-21)


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

0 comments on commit 676347b

Please sign in to comment.