From b6ee9957fc0f017cad2f2b92fb88a22b51b13b8e Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:29:14 +0200 Subject: [PATCH] chore(main): release spell 0.7.2 (#279) :robot: I have created a release *beep* *boop* --- ## [0.7.2](https://github.com/fluencelabs/spell/compare/spell-v0.7.1...spell-v0.7.2) (2024-02-21) ### Bug Fixes * **deps:** update dependency @fluencelabs/aqua-ipfs to v0.5.31 ([#278](https://github.com/fluencelabs/spell/issues/278)) ([817142a](https://github.com/fluencelabs/spell/commit/817142a917eff5eefc3542849ffd76b63239a82b)) * **deps:** update dependency @fluencelabs/aqua-lib to v0.10.1 ([#275](https://github.com/fluencelabs/spell/issues/275)) ([5162fd2](https://github.com/fluencelabs/spell/commit/5162fd2c7ad77bb761e54da3cf702919c899977d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ fluence.yaml | 4 ++-- src/aqua/installation-spell/package.json | 2 +- src/aqua/spell/package.json | 2 +- src/spell/modules/spell/Cargo.lock | 4 ++-- src/spell/modules/spell/spell-distro/Cargo.toml | 2 +- src/spell/modules/spell/spell-dtos/Cargo.toml | 2 +- 8 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 13708fa5..ca1c614f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15be0cd2..267f5eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.2](https://github.com/fluencelabs/spell/compare/spell-v0.7.1...spell-v0.7.2) (2024-02-21) + + +### Bug Fixes + +* **deps:** update dependency @fluencelabs/aqua-ipfs to v0.5.31 ([#278](https://github.com/fluencelabs/spell/issues/278)) ([817142a](https://github.com/fluencelabs/spell/commit/817142a917eff5eefc3542849ffd76b63239a82b)) +* **deps:** update dependency @fluencelabs/aqua-lib to v0.10.1 ([#275](https://github.com/fluencelabs/spell/issues/275)) ([5162fd2](https://github.com/fluencelabs/spell/commit/5162fd2c7ad77bb761e54da3cf702919c899977d)) + ## [0.7.1](https://github.com/fluencelabs/spell/compare/spell-v0.7.0...spell-v0.7.1) (2024-02-19) diff --git a/fluence.yaml b/fluence.yaml index 15757db0..ef5dc1f0 100644 --- a/fluence.yaml +++ b/fluence.yaml @@ -9,8 +9,8 @@ version: 6 aquaInputPath: integration-tests/aqua aquaDependencies: - "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.1.tgz # x-release-please-version - "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.1.tgz # x-release-please-version + "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.2.tgz # x-release-please-version + "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.2.tgz # x-release-please-version "@fluencelabs/aqua-lib": 0.9.1 "@fluencelabs/registry": 0.9.4 "@fluencelabs/aqua-ipfs": 0.5.30 diff --git a/src/aqua/installation-spell/package.json b/src/aqua/installation-spell/package.json index 4252e43d..a38f667a 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.1", + "version": "0.7.2", "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 c2d36cbf..96f6bfd8 100644 --- a/src/aqua/spell/package.json +++ b/src/aqua/spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/spell", - "version": "0.7.1", + "version": "0.7.2", "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 d316eea5..02af6b0e 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.1" +version = "0.7.2" dependencies = [ "built", "maplit", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.7.1" +version = "0.7.2" 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 aad03ee8..0a460a36 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.1" +version = "0.7.2" 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 0c4b7074..8918fe1a 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.1" +version = "0.7.2" edition = "2021" license = "Apache-2.0"