Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c8faaa2

Browse files
authored
chore(main): release spell 0.6.10 (#268)
🤖 I have created a release *beep* *boop* --- ## [0.6.10](spell-v0.6.9...spell-v0.6.10) (2024-01-31) ### Bug Fixes * **worker:** shift ipfs to the host scope ([#265](#265)) ([dcedc75](dcedc75)) --- 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 cd5734c commit c8faaa2

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
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.9"
2+
".": "0.6.10"
33
}

CHANGELOG.md

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

3+
## [0.6.10](https://github.com/fluencelabs/spell/compare/spell-v0.6.9...spell-v0.6.10) (2024-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **worker:** shift ipfs to the host scope ([#265](https://github.com/fluencelabs/spell/issues/265)) ([dcedc75](https://github.com/fluencelabs/spell/commit/dcedc75f169fcdcf4203447e3745c3e8edfa0612))
9+
310
## [0.6.9](https://github.com/fluencelabs/spell/compare/spell-v0.6.8...spell-v0.6.9) (2024-01-16)
411

512

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.9.tgz # x-release-please-version
13-
"@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.6.9.tgz # x-release-please-version
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
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.9",
3+
"version": "0.6.10",
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.9",
3+
"version": "0.6.10",
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.9"
4+
version = "0.6.10"
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.9"
4+
version = "0.6.10"
55
edition = "2021"
66
license = "Apache-2.0"
77

0 commit comments

Comments
 (0)