Skip to content

Commit

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

* chore: Bump nox version to 0.25.2
  • Loading branch information
fluencebot authored Jul 26, 2024
1 parent 744d72a commit 33fd67a
Show file tree
Hide file tree
Showing 4 changed files with 16 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.1"
".": "0.25.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* **VM:** vm utils crate [fixes BRND-19] ([#2311](https://github.com/fluencelabs/nox/issues/2311)) ([d65466e](https://github.com/fluencelabs/nox/commit/d65466e676cebbe042ee7779d590329798477638))


### Bug Fixes

* **chain:** prefix data with 0x in eth_calls ([#2314](https://github.com/fluencelabs/nox/issues/2314)) ([744d72a](https://github.com/fluencelabs/nox/commit/744d72aafbccace209d1a50992498794f294d304))
* **dev-mode:** change effector config usage in dev-mode ([#2312](https://github.com/fluencelabs/nox/issues/2312)) ([bcbed21](https://github.com/fluencelabs/nox/commit/bcbed21d4b6d31df898f28766303d61678042211))

## [0.25.1](https://github.com/fluencelabs/nox/compare/nox-v0.25.0...nox-v0.25.1) (2024-07-07)


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

0 comments on commit 33fd67a

Please sign in to comment.