diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index bd90516f..84caa8aa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.5" + ".": "0.7.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 789f97e6..1befd3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.6](https://github.com/fluencelabs/spell/compare/spell-v0.7.5...spell-v0.7.6) (2024-02-24) + + +### Bug Fixes + +* update aqua-lib in IS ([#288](https://github.com/fluencelabs/spell/issues/288)) ([d400f13](https://github.com/fluencelabs/spell/commit/d400f1345ac4fccf44c7855f1f0bb2f16904911c)) + ## [0.7.5](https://github.com/fluencelabs/spell/compare/spell-v0.7.4...spell-v0.7.5) (2024-02-24) diff --git a/fluence.yaml b/fluence.yaml index 05d96d15..f35b95e6 100644 --- a/fluence.yaml +++ b/fluence.yaml @@ -7,8 +7,8 @@ version: 8 aquaDependencies: - "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.5.tgz # x-release-please-version - "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.5.tgz # x-release-please-version + "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.6.tgz # x-release-please-version + "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.6.tgz # x-release-please-version "@fluencelabs/aqua-lib": 0.10.2 "@fluencelabs/registry": 0.9.4 "@fluencelabs/aqua-ipfs": 0.5.31 diff --git a/src/aqua/installation-spell/package.json b/src/aqua/installation-spell/package.json index f107b0a5..9d3333ed 100644 --- a/src/aqua/installation-spell/package.json +++ b/src/aqua/installation-spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/installation-spell", - "version": "0.7.5", + "version": "0.7.6", "description": "Special spell that installs services from App Config", "main": "index.js", "engines": { diff --git a/src/aqua/spell/package.json b/src/aqua/spell/package.json index 9d7d4d3c..6f7e104b 100644 --- a/src/aqua/spell/package.json +++ b/src/aqua/spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/spell", - "version": "0.7.5", + "version": "0.7.6", "description": "Aqua API for Spells", "files": [ "api.aqua", diff --git a/src/spell/modules/spell/Cargo.lock b/src/spell/modules/spell/Cargo.lock index e033cce1..b0e7c93c 100644 --- a/src/spell/modules/spell/Cargo.lock +++ b/src/spell/modules/spell/Cargo.lock @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.7.5" +version = "0.7.6" dependencies = [ "built", "maplit", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.7.5" +version = "0.7.6" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/src/spell/modules/spell/spell-distro/Cargo.toml b/src/spell/modules/spell/spell-distro/Cargo.toml index 3fc1deb4..057a23c8 100644 --- a/src/spell/modules/spell/spell-distro/Cargo.toml +++ b/src/spell/modules/spell/spell-distro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fluence-spell-distro" description = "distribution of a fluence spell service" -version = "0.7.5" +version = "0.7.6" edition = "2021" include = [ "/src", "/spell-service", "build.rs", "Cargo.toml" ] license = "Apache-2.0" diff --git a/src/spell/modules/spell/spell-dtos/Cargo.toml b/src/spell/modules/spell/spell-dtos/Cargo.toml index 54d168aa..8922e484 100644 --- a/src/spell/modules/spell/spell-dtos/Cargo.toml +++ b/src/spell/modules/spell/spell-dtos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fluence-spell-dtos" description = "data structures for fluence spell service" -version = "0.7.5" +version = "0.7.6" edition = "2021" license = "Apache-2.0"