Skip to content

Commit

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

* chore: Bump nox version to 0.19.0
  • Loading branch information
fluencebot authored Feb 15, 2024
1 parent 8f0c04e commit 7469a23
Show file tree
Hide file tree
Showing 4 changed files with 22 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.18.1"
".": "0.19.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.19.0](https://github.com/fluencelabs/nox/compare/nox-v0.18.1...nox-v0.19.0) (2024-02-15)


### ⚠ BREAKING CHANGES

* **worker_pool:** Shift service creation to the worker pool [Fixes NET-716] ([#2026](https://github.com/fluencelabs/nox/issues/2026))

### Features

* **created-swarm:** Re-export some dependencies in created-swarm for consistency in tests ([#2079](https://github.com/fluencelabs/nox/issues/2079)) ([8f0c04e](https://github.com/fluencelabs/nox/commit/8f0c04e10baa2e7597a433778e7ee471bbfab750))
* **health:** add kademlia bootstrap healthcheck + fix test span logging ([#2056](https://github.com/fluencelabs/nox/issues/2056)) ([c082231](https://github.com/fluencelabs/nox/commit/c0822317fc532e3f1ce9f0b25a625208c503b829))
* **worker_pool:** Shift service creation to the worker pool [Fixes NET-716] ([#2026](https://github.com/fluencelabs/nox/issues/2026)) ([d3e4855](https://github.com/fluencelabs/nox/commit/d3e4855671f747ea9815420ebf38d83262fd687d))


### Bug Fixes

* **deps:** update rust crate decider-distro to v0.5.16 ([#2053](https://github.com/fluencelabs/nox/issues/2053)) ([247f577](https://github.com/fluencelabs/nox/commit/247f5773d58262aeb0d6fe7e4f27dfa4371a7098))
* **particle-data-store:** use signature in particle data store path name [NET-632] ([#2052](https://github.com/fluencelabs/nox/issues/2052)) ([3065a95](https://github.com/fluencelabs/nox/commit/3065a950246d8a10116095aac64b06d4814e4bd4))

## [0.18.1](https://github.com/fluencelabs/nox/compare/nox-v0.18.0...nox-v0.18.1) (2024-01-31)


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

0 comments on commit 7469a23

Please sign in to comment.