Skip to content

Commit

Permalink
chore(master): release rust-peer 0.14.5 (#1784)
Browse files Browse the repository at this point in the history
* chore(master): release rust-peer 0.14.5

* chore: Bump nox version to 0.14.5
  • Loading branch information
fluencebot committed Sep 7, 2023
1 parent 2c94c72 commit 507713d
Show file tree
Hide file tree
Showing 4 changed files with 10 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.14.4"
".": "0.14.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.5](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.4...rust-peer-v0.14.5) (2023-09-07)


### Bug Fixes

* **deps:** update rust crate air-interpreter-wasm to 0.46.0 ([#1776](https://github.com/fluencelabs/nox/issues/1776)) ([2c94c72](https://github.com/fluencelabs/nox/commit/2c94c72030e23aeeebe4c40bf700b7000125ae4d))

## [0.14.4](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.3...rust-peer-v0.14.4) (2023-09-06)


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

0 comments on commit 507713d

Please sign in to comment.