Skip to content

Commit

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

* chore: Bump nox version to 0.16.8
  • Loading branch information
fluencebot committed Dec 18, 2023
1 parent 17e5e2e commit fe706a0
Show file tree
Hide file tree
Showing 4 changed files with 10 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.7"
".": "0.16.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.8](https://github.com/fluencelabs/nox/compare/nox-v0.16.7...nox-v0.16.8) (2023-12-18)


### Bug Fixes

* **datastore:** remove particles ([#1965](https://github.com/fluencelabs/nox/issues/1965)) ([17e5e2e](https://github.com/fluencelabs/nox/commit/17e5e2eaf95bd2362326f5a3b32923cd3008575e))

## [0.16.7](https://github.com/fluencelabs/nox/compare/nox-v0.16.6...nox-v0.16.7) (2023-12-15)


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

0 comments on commit fe706a0

Please sign in to comment.