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

Commit 910f992

Browse files
authored
chore(main): release spell 0.6.5 (#253)
🤖 I have created a release *beep* *boop* --- ## [0.6.5](spell-v0.6.4...spell-v0.6.5) (2024-01-04) ### Bug Fixes * **deps:** update dependency @fluencelabs/aqua-ipfs to v0.5.29 ([#244](#244)) ([bb052d3](bb052d3)) --- 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 bb052d3 commit 910f992

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
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.4"
2+
".": "0.6.5"
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.5](https://github.com/fluencelabs/spell/compare/spell-v0.6.4...spell-v0.6.5) (2024-01-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @fluencelabs/aqua-ipfs to v0.5.29 ([#244](https://github.com/fluencelabs/spell/issues/244)) ([bb052d3](https://github.com/fluencelabs/spell/commit/bb052d3a0e75691670773f666f3f8c06299b4043))
9+
310
## [0.6.4](https://github.com/fluencelabs/spell/compare/spell-v0.6.3...spell-v0.6.4) (2023-12-28)
411

512

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.4",
3+
"version": "0.6.5",
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.4",
3+
"version": "0.6.5",
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.4"
4+
version = "0.6.5"
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.4"
4+
version = "0.6.5"
55
edition = "2021"
66
license = "Apache-2.0"
77

0 commit comments

Comments
 (0)