Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 459320d

Browse files
authored
chore(master): release aqua-ipfs 0.6.0 (#168)
* chore(master): release aqua-ipfs 0.6.0 * chore: Bump aqua-ipfs version to 0.6.0
1 parent e3e89cf commit 459320d

File tree

9 files changed

+23
-12
lines changed

9 files changed

+23
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.31"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.31...aqua-ipfs-v0.6.0) (2024-02-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support CallParameters and Particle Vault File Format ([#165](https://github.com/fluencelabs/aqua-ipfs/issues/165))
9+
10+
### Features
11+
12+
* Support CallParameters and Particle Vault File Format ([#165](https://github.com/fluencelabs/aqua-ipfs/issues/165)) ([e3e89cf](https://github.com/fluencelabs/aqua-ipfs/commit/e3e89cf4d0855712ad181894c0cf5668f8798ca5))
13+
314
## [0.5.31](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.30...aqua-ipfs-v0.5.31) (2024-02-21)
415

516

aqua/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aqua/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-ipfs",
3-
"version": "0.5.31",
3+
"version": "0.6.0",
44
"description": "Aqua IPFS library",
55
"files": [
66
"*.aqua"

service/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/distro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aqua-ipfs-distro"
3-
version = "0.5.31"
3+
version = "0.6.0"
44
description = "distribution of aqua ipfs service"
55
edition = "2021"
66
build = "build.rs"

service/effector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipfs-effector"
3-
version = "0.5.31"
3+
version = "0.6.0"
44
authors = ["Fluence Labs"]
55
edition = "2018"
66
publish = false

service/pure/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipfs-pure"
3-
version = "0.5.31"
3+
version = "0.6.0"
44
authors = ["Fluence Labs"]
55
edition = "2018"
66
publish = false

service/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "types"
3-
version = "0.5.31"
3+
version = "0.6.0"
44
edition = "2018"
55
publish = false
66

0 commit comments

Comments
 (0)