Skip to content

Commit b349812

Browse files
authored
chore(master): release nox 0.28.2 (#2391)
* chore(master): release nox 0.28.2 * chore: Bump nox version to 0.28.2
1 parent 1e7c5cb commit b349812

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.28.1"
2+
".": "0.28.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.28.2](https://github.com/fluencelabs/nox/compare/nox-v0.28.1...nox-v0.28.2) (2024-10-28)
4+
5+
6+
### Features
7+
8+
* **metrics:** add CC metrics ([#2390](https://github.com/fluencelabs/nox/issues/2390)) ([6cfa3a8](https://github.com/fluencelabs/nox/commit/6cfa3a85244ac66a12736ec323f21e274c57b637))
9+
10+
11+
### Bug Fixes
12+
13+
* **listener,metrics:** fix counter of sent proofs ([#2393](https://github.com/fluencelabs/nox/issues/2393)) ([1e7c5cb](https://github.com/fluencelabs/nox/commit/1e7c5cb7a343a4038eeb83b1c852a161c80bbcf5))
14+
* **vm:** close libvirt connections ([#2392](https://github.com/fluencelabs/nox/issues/2392)) ([944b4b6](https://github.com/fluencelabs/nox/commit/944b4b6674039ea8f14a06d080df132005cff583))
15+
316
## [0.28.1](https://github.com/fluencelabs/nox/compare/nox-v0.28.0...nox-v0.28.1) (2024-09-30)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nox"
3-
version = "0.28.1"
3+
version = "0.28.2"
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)