Skip to content

Commit fc8fea7

Browse files
authored
chore(master): release nox 0.20.2 (#2102)
* chore(master): release nox 0.20.2 * chore: Bump nox version to 0.20.2
1 parent 179d697 commit fc8fea7

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.20.1"
2+
".": "0.20.2"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.20.2](https://github.com/fluencelabs/nox/compare/nox-v0.20.1...nox-v0.20.2) (2024-02-21)
4+
5+
6+
### Features
7+
8+
* support new CallParameters and generate particle token [NET-767] ([179d697](https://github.com/fluencelabs/nox/commit/179d6974f916b8c1b059f1277c062e3272e45714))
9+
10+
11+
### Bug Fixes
12+
13+
* **core-manager:** process core persistence in a stream ([#2100](https://github.com/fluencelabs/nox/issues/2100)) ([7f333bd](https://github.com/fluencelabs/nox/commit/7f333bd9bc1d6d343fd3ff1cda4d9b08e11205f3))
14+
* **deps:** decider 0.6.4, with debug logs for tx ([#2101](https://github.com/fluencelabs/nox/issues/2101)) ([23e556b](https://github.com/fluencelabs/nox/commit/23e556b5d79d50460ff375d3824a843c0c512e8f))
15+
316
## [0.20.1](https://github.com/fluencelabs/nox/compare/nox-v0.20.0...nox-v0.20.1) (2024-02-21)
417

518

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nox/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nox"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)