Skip to content

Commit

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

* chore: Bump rust-peer version to 0.8.2
  • Loading branch information
fluencebot committed Feb 27, 2023
1 parent 5ede2b0 commit 6baf980
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.8.1"
".": "0.8.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/fluencelabs/rust-peer/compare/rust-peer-v0.8.1...rust-peer-v0.8.2) (2023-02-27)


### Bug Fixes

* **avm-server:** update avm-server to one that user particle_id and peer_id in data_store ([#1494](https://github.com/fluencelabs/rust-peer/issues/1494)) ([5ede2b0](https://github.com/fluencelabs/rust-peer/commit/5ede2b031bc20fc7cb1220727cbc6c424610bafa))

## [0.8.1](https://github.com/fluencelabs/rust-peer/compare/rust-peer-v0.8.0...rust-peer-v0.8.1) (2023-02-24)


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 particle-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "particle-node"
version = "0.8.1"
version = "0.8.2"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 6baf980

Please sign in to comment.