Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release rust-peer 0.13.0 #1646

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.1"
".": "0.13.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.13.0](https://github.com/fluencelabs/nox/compare/rust-peer-v0.12.1...rust-peer-v0.13.0) (2023-06-22)


### ⚠ BREAKING CHANGES

* **avm:** update to avm 0.39.1 ([#1627](https://github.com/fluencelabs/nox/issues/1627))

### Features

* **avm:** update to avm 0.39.1 ([#1627](https://github.com/fluencelabs/nox/issues/1627)) ([e6b1afa](https://github.com/fluencelabs/nox/commit/e6b1afa0417d873cf94c4646a723d267e51fdfba))
* Migrate Registry to spell ([#1629](https://github.com/fluencelabs/nox/issues/1629)) ([978ea2c](https://github.com/fluencelabs/nox/commit/978ea2cf64015e47027fd64a60dee2f06a7b3cab))
* **system-service-deployer:** introduce new system service deployment system [fixes NET-487] ([#1623](https://github.com/fluencelabs/nox/issues/1623)) ([f272c02](https://github.com/fluencelabs/nox/commit/f272c02434a7f20df3ec2258e47e47570b90cbbd))

## [0.12.1](https://github.com/fluencelabs/rust-peer/compare/rust-peer-v0.12.0...rust-peer-v0.12.1) (2023-05-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.12.0"
version = "0.13.0"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down
Loading