mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 13:10:49 +00:00
chore(master): release aqua-ipfs 0.5.10 (#71)
* chore(master): release aqua-ipfs 0.5.10 * chore: Bump aqua-ipfs version to 0.5.10
This commit is contained in:
parent
a4403e1e64
commit
39e86913c6
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.5.9"
|
||||
".": "0.5.10"
|
||||
}
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.5.10](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.9...aqua-ipfs-v0.5.10) (2023-04-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update aqua-lib to 0.7.0 and aqua to 0.10.3 ([#70](https://github.com/fluencelabs/aqua-ipfs/issues/70)) ([a4403e1](https://github.com/fluencelabs/aqua-ipfs/commit/a4403e1e64d2ee3a3ef2483a8367b0b8e3991d87))
|
||||
|
||||
## [0.5.9](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.8...aqua-ipfs-v0.5.9) (2023-02-08)
|
||||
|
||||
|
||||
|
4
aqua/package-lock.json
generated
4
aqua/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@fluencelabs/aqua-ipfs",
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.10",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@fluencelabs/aqua-ipfs",
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.10",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluencelabs/aqua-lib": "^0.7.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fluencelabs/aqua-ipfs",
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.10",
|
||||
"description": "Aqua IPFS library",
|
||||
"files": [
|
||||
"*.aqua"
|
||||
|
6
service/Cargo.lock
generated
6
service/Cargo.lock
generated
@ -681,7 +681,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ipfs-effector"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
dependencies = [
|
||||
"eyre",
|
||||
"fluence-fork-parity-multiaddr",
|
||||
@ -695,7 +695,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ipfs-pure"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
dependencies = [
|
||||
"bs58",
|
||||
"eyre",
|
||||
@ -1745,7 +1745,7 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
||||
|
||||
[[package]]
|
||||
name = "types"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
dependencies = [
|
||||
"eyre",
|
||||
"marine-rs-sdk 0.6.15",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ipfs-effector"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ipfs-pure"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "types"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user