Skip to content

Commit

Permalink
chore(master): release nox 0.15.1 (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Oct 16, 2023
1 parent fd71743 commit 3a04c00
Show file tree
Hide file tree
Showing 4 changed files with 11 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.15.0"
".": "0.15.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.15.1](https://github.com/fluencelabs/nox/compare/nox-v0.15.0...nox-v0.15.1) (2023-10-16)


### Bug Fixes

* **deps:** update rust crate air-interpreter-wasm to 0.52.0 ([#1827](https://github.com/fluencelabs/nox/issues/1827)) ([608e0d6](https://github.com/fluencelabs/nox/commit/608e0d6ee94ec21c97c99b558fa86b7cc4d22b84))
* **deps:** update rust crate avm-server to 0.33.2 ([#1838](https://github.com/fluencelabs/nox/issues/1838)) ([96df6bb](https://github.com/fluencelabs/nox/commit/96df6bb29d1d39383bc60617b143ceba2b208439))

## [0.15.0](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.9...rust-peer-v0.15.0) (2023-10-11)


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

0 comments on commit 3a04c00

Please sign in to comment.