Skip to content

Commit a933a11

Browse files
authored
chore(master): release nox 0.25.1 (#2307)
1 parent 0215d57 commit a933a11

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

.github/release-please/manifest.json

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

CHANGELOG.md

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

3+
## [0.25.1](https://github.com/fluencelabs/nox/compare/nox-v0.25.0...nox-v0.25.1) (2024-07-07)
4+
5+
6+
### Features
7+
8+
* track nonce ([#2306](https://github.com/fluencelabs/nox/issues/2306)) ([0215d57](https://github.com/fluencelabs/nox/commit/0215d577f460a57ff76fa9cab3d58b99e2beb420))
9+
310
## [0.25.0](https://github.com/fluencelabs/nox/compare/nox-v0.24.0...nox-v0.25.0) (2024-06-05)
411

512

Cargo.lock

+15-6
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.25.0"
3+
version = "0.25.1"
44
authors = ["Fluence DAO", "Cloudless Labs"]
55
description = "Node implementing peer functionality in the Fluence p2p network"
66
edition = "2021"

0 commit comments

Comments
 (0)