From 22d7671d3df2735b745df71807bc2a924ae361cd Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:50:54 +0200 Subject: [PATCH] chore(main): release spell 0.7.5 (#287) :robot: I have created a release *beep* *boop* --- ## [0.7.5](https://github.com/fluencelabs/spell/compare/spell-v0.7.4...spell-v0.7.5) (2024-02-24) ### Features * remove module configs from worker definition ([#284](https://github.com/fluencelabs/spell/issues/284)) ([d5bebfc](https://github.com/fluencelabs/spell/commit/d5bebfc9ff09740d9181d3951d68286890edba9c)) --- 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 | 7 +++++++ 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, 16 insertions(+), 9 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e858b267..bd90516f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.4" + ".": "0.7.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c9a8a2..789f97e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.5](https://github.com/fluencelabs/spell/compare/spell-v0.7.4...spell-v0.7.5) (2024-02-24) + + +### Features + +* remove module configs from worker definition ([#284](https://github.com/fluencelabs/spell/issues/284)) ([d5bebfc](https://github.com/fluencelabs/spell/commit/d5bebfc9ff09740d9181d3951d68286890edba9c)) + ## [0.7.4](https://github.com/fluencelabs/spell/compare/spell-v0.7.3...spell-v0.7.4) (2024-02-23) diff --git a/fluence.yaml b/fluence.yaml index 83a6023b..05d96d15 100644 --- a/fluence.yaml +++ b/fluence.yaml @@ -7,8 +7,8 @@ version: 8 aquaDependencies: - "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.4.tgz # x-release-please-version - "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.4.tgz # x-release-please-version + "@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/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 78a27ff5..bc54b63d 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.4", + "version": "0.7.5", "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 77f8725b..9d7d4d3c 100644 --- a/src/aqua/spell/package.json +++ b/src/aqua/spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/spell", - "version": "0.7.4", + "version": "0.7.5", "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 f19bef49..e033cce1 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.4" +version = "0.7.5" dependencies = [ "built", "maplit", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.7.4" +version = "0.7.5" 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 a940a569..3fc1deb4 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.4" +version = "0.7.5" 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 13c4fd54..54d168aa 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.4" +version = "0.7.5" edition = "2021" license = "Apache-2.0"