From 639069ad3f461dbdc0a6f6602c43b1d8a7f5e197 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:09:12 +0200 Subject: [PATCH] chore(main): release spell 0.7.0 (#273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [0.7.0](https://github.com/fluencelabs/spell/compare/spell-v0.6.10...spell-v0.7.0) (2024-02-14) ### ⚠ BREAKING CHANGES * **deps:** update marine-rs-sdk ### Bug Fixes * **deps:** update marine-rs-sdk ([182cbad](https://github.com/fluencelabs/spell/commit/182cbadbf1d708ed4c93cd0e8f63ce4d08bc673c)) --- 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 | 11 +++++++++++ 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 +- src/spell/modules/spell/spell/Cargo.toml | 2 +- 9 files changed, 21 insertions(+), 10 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e78d7875..e7ca6139 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.10" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2efea06..f234dcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.0](https://github.com/fluencelabs/spell/compare/spell-v0.6.10...spell-v0.7.0) (2024-02-14) + + +### ⚠ BREAKING CHANGES + +* **deps:** update marine-rs-sdk + +### Bug Fixes + +* **deps:** update marine-rs-sdk ([182cbad](https://github.com/fluencelabs/spell/commit/182cbadbf1d708ed4c93cd0e8f63ce4d08bc673c)) + ## [0.6.10](https://github.com/fluencelabs/spell/compare/spell-v0.6.9...spell-v0.6.10) (2024-01-31) diff --git a/fluence.yaml b/fluence.yaml index af7eb969..c2dfdcff 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.6.10.tgz # x-release-please-version - "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.6.10.tgz # x-release-please-version + "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.0.tgz # x-release-please-version + "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.0.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 525fb85a..bfb799d2 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.6.10", + "version": "0.7.0", "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 98c7532a..6eb474bb 100644 --- a/src/aqua/spell/package.json +++ b/src/aqua/spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/spell", - "version": "0.6.10", + "version": "0.7.0", "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 cc811dc7..8ca2704f 100644 --- a/src/spell/modules/spell/Cargo.lock +++ b/src/spell/modules/spell/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.6.10" +version = "0.7.0" dependencies = [ "built", "maplit", @@ -922,7 +922,7 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.6.10" +version = "0.7.0" 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 8bfddd50..9f904db7 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.6.10" +version = "0.7.0" 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 8b672630..4da1d78c 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.6.10" +version = "0.7.0" edition = "2021" license = "Apache-2.0" diff --git a/src/spell/modules/spell/spell/Cargo.toml b/src/spell/modules/spell/spell/Cargo.toml index 16d35857..a0564e24 100644 --- a/src/spell/modules/spell/spell/Cargo.toml +++ b/src/spell/modules/spell/spell/Cargo.toml @@ -9,7 +9,7 @@ name = "spell" path = "src/main.rs" [dependencies] -fluence-spell-dtos = { path = "../spell-dtos", version = "0.6.0" } +fluence-spell-dtos = { path = "../spell-dtos", version = "0.7.0" } marine-rs-sdk = { workspace = true } marine-sqlite-connector = { workspace = true }