Skip to content

Commit

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

* chore: Bump aqua-ipfs version to 0.5.26
  • Loading branch information
fluencebot authored Dec 25, 2023
1 parent 812fa12 commit 5f64666
Show file tree
Hide file tree
Showing 9 changed files with 26 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.25"
".": "0.5.26"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.26](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.25...aqua-ipfs-v0.5.26) (2023-12-25)


### Features

* update marine sdk's and configs ([#122](https://github.com/fluencelabs/aqua-ipfs/issues/122)) ([6db2393](https://github.com/fluencelabs/aqua-ipfs/commit/6db239348299451d5c3f3a2687fe53fae6b922c7))


### Bug Fixes

* **build:** fix npm build, add check for that ([#132](https://github.com/fluencelabs/aqua-ipfs/issues/132)) ([e6749d1](https://github.com/fluencelabs/aqua-ipfs/commit/e6749d1f05b1ad4ebf3aa4c3c166758e3288635e))
* **deps:** rust toolchain 2023-12-06; cargo-workspaces 0.2.44 ([#126](https://github.com/fluencelabs/aqua-ipfs/issues/126)) ([f096a4e](https://github.com/fluencelabs/aqua-ipfs/commit/f096a4efb46d5c24513745c7bea376e88fea9631))
* **release:** use fcli installer ([#134](https://github.com/fluencelabs/aqua-ipfs/issues/134)) ([812fa12](https://github.com/fluencelabs/aqua-ipfs/commit/812fa12506edca84c12a14dc1547c01182297d56))

## [0.5.25](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.24...aqua-ipfs-v0.5.25) (2023-12-20)


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.25",
"version": "0.5.26",
"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.25"
version = "0.5.26"
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.25"
version = "0.5.26"
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.25"
version = "0.5.26"
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.25"
version = "0.5.26"
edition = "2018"
publish = false

Expand Down

0 comments on commit 5f64666

Please sign in to comment.