Skip to content

Commit

Permalink
chore(master): release aqua-ipfs 0.5.28 (#138)
Browse files Browse the repository at this point in the history
* chore(master): release aqua-ipfs 0.5.28

* chore: Bump aqua-ipfs version to 0.5.28
  • Loading branch information
fluencebot authored Dec 27, 2023
1 parent b98b9b1 commit 5e3eab0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 12 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.5.27"
".": "0.5.28"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.28](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.27...aqua-ipfs-v0.5.28) (2023-12-27)


### Bug Fixes

* **deps:** update dependency @fluencelabs/aqua-lib to v0.9.0 ([#139](https://github.com/fluencelabs/aqua-ipfs/issues/139)) ([e5e1e17](https://github.com/fluencelabs/aqua-ipfs/commit/e5e1e170dd8405cc720998e8522969e9248c73fb))
* **deps:** update dependency @fluencelabs/fluence-network-environment to v1.1.2 ([#113](https://github.com/fluencelabs/aqua-ipfs/issues/113)) ([f184b1f](https://github.com/fluencelabs/aqua-ipfs/commit/f184b1fff68e84a7e987fa0afe56fb231ed62e6d))
* **deps:** update rust crate marine-rs-sdk-test to 0.12.1 ([#137](https://github.com/fluencelabs/aqua-ipfs/issues/137)) ([b98b9b1](https://github.com/fluencelabs/aqua-ipfs/commit/b98b9b17e28ac61578d4abf5cf5489bfe2a17541))

## [0.5.27](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.26...aqua-ipfs-v0.5.27) (2023-12-26)


Expand Down
4 changes: 2 additions & 2 deletions aqua/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aqua/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-ipfs",
"version": "0.5.27",
"version": "0.5.28",
"description": "Aqua IPFS library",
"files": [
"*.aqua"
Expand Down
8 changes: 4 additions & 4 deletions service/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 service/distro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqua-ipfs-distro"
version = "0.5.27"
version = "0.5.28"
description = "distribution of aqua ipfs service"
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion service/effector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipfs-effector"
version = "0.5.27"
version = "0.5.28"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion service/pure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipfs-pure"
version = "0.5.27"
version = "0.5.28"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion service/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "types"
version = "0.5.27"
version = "0.5.28"
edition = "2018"
publish = false

Expand Down

0 comments on commit 5e3eab0

Please sign in to comment.