mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 15:32:15 +00:00
chore(master): release aqua-ipfs 0.5.26 (#133)
* chore(master): release aqua-ipfs 0.5.26 * chore: Bump aqua-ipfs version to 0.5.26
This commit is contained in:
parent
812fa12506
commit
5f646664f1
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.5.25"
|
||||
".": "0.5.26"
|
||||
}
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
4
aqua/package-lock.json
generated
4
aqua/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@fluencelabs/aqua-ipfs",
|
||||
"version": "0.5.25",
|
||||
"version": "0.5.26",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@fluencelabs/aqua-ipfs",
|
||||
"version": "0.5.25",
|
||||
"version": "0.5.26",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluencelabs/aqua-lib": "0.8.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fluencelabs/aqua-ipfs",
|
||||
"version": "0.5.25",
|
||||
"version": "0.5.26",
|
||||
"description": "Aqua IPFS library",
|
||||
"files": [
|
||||
"*.aqua"
|
||||
|
8
service/Cargo.lock
generated
8
service/Cargo.lock
generated
@ -58,7 +58,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||
|
||||
[[package]]
|
||||
name = "aqua-ipfs-distro"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
dependencies = [
|
||||
"built",
|
||||
"maplit",
|
||||
@ -1033,7 +1033,7 @@ checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c"
|
||||
|
||||
[[package]]
|
||||
name = "ipfs-effector"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
dependencies = [
|
||||
"eyre",
|
||||
"fluence-fork-parity-multiaddr",
|
||||
@ -1047,7 +1047,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ipfs-pure"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
dependencies = [
|
||||
"bs58 0.5.0",
|
||||
"eyre",
|
||||
@ -2336,7 +2336,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
||||
|
||||
[[package]]
|
||||
name = "types"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
dependencies = [
|
||||
"eyre",
|
||||
"marine-rs-sdk",
|
||||
|
@ -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"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ipfs-effector"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ipfs-pure"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "types"
|
||||
version = "0.5.25"
|
||||
version = "0.5.26"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user