Skip to content

Commit

Permalink
chore(master): release nox 0.27.0 (#2359)
Browse files Browse the repository at this point in the history
* chore(master): release nox 0.27.0

* chore: Bump nox version to 0.27.0
  • Loading branch information
fluencebot authored Sep 5, 2024
1 parent e4dce70 commit 0e3ee8a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.26.2"
".": "0.27.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.27.0](https://github.com/fluencelabs/nox/compare/nox-v0.26.2...nox-v0.27.0) (2024-09-04)


### ⚠ BREAKING CHANGES

* **config:** change default ws, tcp, http ports ([#2360](https://github.com/fluencelabs/nox/issues/2360))

### Features

* **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))


### Bug Fixes

* **config:** change default ports ([e4dce70](https://github.com/fluencelabs/nox/commit/e4dce70ec33e23401bda74897debf913243740d3))
* **config:** change default ws, tcp, http ports ([#2360](https://github.com/fluencelabs/nox/issues/2360)) ([e4dce70](https://github.com/fluencelabs/nox/commit/e4dce70ec33e23401bda74897debf913243740d3))

## [0.26.2](https://github.com/fluencelabs/nox/compare/nox-v0.26.1...nox-v0.26.2) (2024-09-02)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nox"
version = "0.26.2"
version = "0.27.0"
authors = ["Fluence DAO", "Cloudless Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 0e3ee8a

Please sign in to comment.