Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluencelabs/aqua-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1781d36cf962b33e6b142d13641d6a6c213bcf2
Choose a base ref
...
head repository: fluencelabs/aqua-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 459320d22469160d534a7663091f1fca570a4c25
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 22, 2024

  1. feat!: Support CallParameters and Particle Vault File Format (#165)

    * Support the new CallParameters and the new Safe Particle Vault file format
    kmd-fl authored Feb 22, 2024
    Copy the full SHA
    e3e89cf View commit details
  2. 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
    fluencebot authored Feb 22, 2024
    Copy the full SHA
    459320d View commit details
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.31"
".": "0.6.0"
}
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ jobs:
- snapshot
uses: fluencelabs/nox/.github/workflows/build.yml@master
with:
ref: new-vault
cargo-dependencies: |
[
{
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.6.0](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.31...aqua-ipfs-v0.6.0) (2024-02-22)


### ⚠ BREAKING CHANGES

* Support CallParameters and Particle Vault File Format ([#165](https://github.com/fluencelabs/aqua-ipfs/issues/165))

### Features

* 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))

## [0.5.31](https://github.com/fluencelabs/aqua-ipfs/compare/aqua-ipfs-v0.5.30...aqua-ipfs-v0.5.31) (2024-02-21)


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.31",
"version": "0.6.0",
"description": "Aqua IPFS library",
"files": [
"*.aqua"
Loading