Skip to content

Commit 0e3ee8a

Browse files
authored
chore(master): release nox 0.27.0 (#2359)
* chore(master): release nox 0.27.0 * chore: Bump nox version to 0.27.0
1 parent e4dce70 commit 0e3ee8a

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.26.2"
2+
".": "0.27.0"
33
}

CHANGELOG.md

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

3+
## [0.27.0](https://github.com/fluencelabs/nox/compare/nox-v0.26.2...nox-v0.27.0) (2024-09-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **config:** change default ws, tcp, http ports ([#2360](https://github.com/fluencelabs/nox/issues/2360))
9+
10+
### Features
11+
12+
* **vm:** use virt-installer to generate XML for VMs ([#2358](https://github.com/fluencelabs/nox/issues/2358)) ([865b963](https://github.com/fluencelabs/nox/commit/865b9631b289bdd7157b12868b3c665ac134c34b))
13+
14+
15+
### Bug Fixes
16+
17+
* **config:** change default ports ([e4dce70](https://github.com/fluencelabs/nox/commit/e4dce70ec33e23401bda74897debf913243740d3))
18+
* **config:** change default ws, tcp, http ports ([#2360](https://github.com/fluencelabs/nox/issues/2360)) ([e4dce70](https://github.com/fluencelabs/nox/commit/e4dce70ec33e23401bda74897debf913243740d3))
19+
320
## [0.26.2](https://github.com/fluencelabs/nox/compare/nox-v0.26.1...nox-v0.26.2) (2024-09-02)
421

522

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.26.2"
3+
version = "0.27.0"
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)