Skip to content

Commit

Permalink
chore(master): release rust-peer 0.14.9 (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Sep 22, 2023
1 parent a0606bc commit 7e658ce
Show file tree
Hide file tree
Showing 4 changed files with 15 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.8"
".": "0.14.9"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.14.9](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.8...rust-peer-v0.14.9) (2023-09-22)


### Features

* **decider:** allow to set ipfs multiaddr from env [fixes NET-544] ([#1802](https://github.com/fluencelabs/nox/issues/1802)) ([a0606bc](https://github.com/fluencelabs/nox/commit/a0606bc069051b592106dec1929508781bce253d))


### Bug Fixes

* **deps:** update rust crate avm-server to 0.33.1 ([#1799](https://github.com/fluencelabs/nox/issues/1799)) ([4dfa59d](https://github.com/fluencelabs/nox/commit/4dfa59d761a71b0c2f63466584cd207af5354886))

## [0.14.8](https://github.com/fluencelabs/nox/compare/rust-peer-v0.14.7...rust-peer-v0.14.8) (2023-09-22)


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

0 comments on commit 7e658ce

Please sign in to comment.