Skip to content

Commit

Permalink
chore(master): release nox 0.26.0 (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Aug 9, 2024
1 parent 55ddcbd commit ef100c5
Show file tree
Hide file tree
Showing 4 changed files with 17 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.25.2"
".": "0.26.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.26.0](https://github.com/fluencelabs/nox/compare/nox-v0.25.2...nox-v0.26.0) (2024-08-09)


### ⚠ BREAKING CHANGES

* diamond config change + cleanup legacy [CHAIN-682] ([#2343](https://github.com/fluencelabs/nox/issues/2343))
* **vm:** create vm builtin [fixes BRND-16] ([#2320](https://github.com/fluencelabs/nox/issues/2320))

### Features

* diamond config change + cleanup legacy [CHAIN-682] ([#2343](https://github.com/fluencelabs/nox/issues/2343)) ([55ddcbd](https://github.com/fluencelabs/nox/commit/55ddcbd6be6067c07e4a40bfa3f8bffa3437dac8))
* implement batching [VM-614] ([#2291](https://github.com/fluencelabs/nox/issues/2291)) ([9010570](https://github.com/fluencelabs/nox/commit/9010570297a4ec9150f7da0117d26d418828b4d1))
* **vm:** create vm builtin [fixes BRND-16] ([#2320](https://github.com/fluencelabs/nox/issues/2320)) ([42d2fed](https://github.com/fluencelabs/nox/commit/42d2fed864937f5972158ebab7aa51a060b29b9f))

## [0.25.2](https://github.com/fluencelabs/nox/compare/nox-v0.25.1...nox-v0.25.2) (2024-07-24)


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.25.2"
version = "0.26.0"
authors = ["Fluence DAO", "Cloudless Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit ef100c5

Please sign in to comment.