Skip to content

Commit 639069a

Browse files
authored
chore(main): release spell 0.7.0 (#273)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](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](182cbad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 182cbad commit 639069a

File tree

9 files changed

+21
-10
lines changed

9 files changed

+21
-10
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.10"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/fluencelabs/spell/compare/spell-v0.6.10...spell-v0.7.0) (2024-02-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** update marine-rs-sdk
9+
10+
### Bug Fixes
11+
12+
* **deps:** update marine-rs-sdk ([182cbad](https://github.com/fluencelabs/spell/commit/182cbadbf1d708ed4c93cd0e8f63ce4d08bc673c))
13+
314
## [0.6.10](https://github.com/fluencelabs/spell/compare/spell-v0.6.9...spell-v0.6.10) (2024-01-31)
415

516

fluence.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ version: 6
99
aquaInputPath: integration-tests/aqua
1010

1111
aquaDependencies:
12-
"@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.6.10.tgz # x-release-please-version
13-
"@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.6.10.tgz # x-release-please-version
12+
"@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.0.tgz # x-release-please-version
13+
"@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.0.tgz # x-release-please-version
1414
"@fluencelabs/aqua-lib": 0.9.1
1515
"@fluencelabs/registry": 0.9.4
1616
"@fluencelabs/aqua-ipfs": 0.5.30

src/aqua/installation-spell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/installation-spell",
3-
"version": "0.6.10",
3+
"version": "0.7.0",
44
"description": "Special spell that installs services from App Config",
55
"main": "index.js",
66
"engines": {

src/aqua/spell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/spell",
3-
"version": "0.6.10",
3+
"version": "0.7.0",
44
"description": "Aqua API for Spells",
55
"files": [
66
"api.aqua",

src/spell/modules/spell/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spell/modules/spell/spell-distro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fluence-spell-distro"
33
description = "distribution of a fluence spell service"
4-
version = "0.6.10"
4+
version = "0.7.0"
55
edition = "2021"
66
include = [ "/src", "/spell-service", "build.rs", "Cargo.toml" ]
77
license = "Apache-2.0"

src/spell/modules/spell/spell-dtos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fluence-spell-dtos"
33
description = "data structures for fluence spell service"
4-
version = "0.6.10"
4+
version = "0.7.0"
55
edition = "2021"
66
license = "Apache-2.0"
77

src/spell/modules/spell/spell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "spell"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
fluence-spell-dtos = { path = "../spell-dtos", version = "0.6.0" }
12+
fluence-spell-dtos = { path = "../spell-dtos", version = "0.7.0" }
1313

1414
marine-rs-sdk = { workspace = true }
1515
marine-sqlite-connector = { workspace = true }

0 commit comments

Comments
 (0)