Skip to content

Commit 2a9b599

Browse files
authored
chore(master): release nox 0.23.0 (#2142)
* chore(master): release nox 0.23.0 * chore: Bump nox version to 0.23.0
1 parent 23f4498 commit 2a9b599

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

Diff for: .github/release-please/manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [0.23.0](https://github.com/fluencelabs/nox/compare/nox-v0.22.2...nox-v0.23.0) (2024-03-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **capacity-commitments:** finish CCP integration; add logs ([#2133](https://github.com/fluencelabs/nox/issues/2133))
9+
10+
### Features
11+
12+
* **capacity-commitments:** finish CCP integration; add logs ([#2133](https://github.com/fluencelabs/nox/issues/2133)) ([23f4498](https://github.com/fluencelabs/nox/commit/23f449818e38e7881924996b2ada0af99737989b))
13+
314
## [0.22.2](https://github.com/fluencelabs/nox/compare/nox-v0.22.1...nox-v0.22.2) (2024-03-08)
415

516

Diff for: Cargo.lock

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

Diff for: 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.22.2"
3+
version = "0.23.0"
44
authors = ["Fluence Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)