Skip to content

Commit 53809f9

Browse files
authored
chore(main): release spell 0.7.6 (#289)
🤖 I have created a release *beep* *boop* --- ## [0.7.6](spell-v0.7.5...spell-v0.7.6) (2024-02-24) ### Bug Fixes * update aqua-lib in IS ([#288](#288)) ([d400f13](d400f13)) --- 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 d400f13 commit 53809f9

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
lines changed

Diff for: .github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.5"
2+
".": "0.7.6"
33
}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.6](https://github.com/fluencelabs/spell/compare/spell-v0.7.5...spell-v0.7.6) (2024-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* update aqua-lib in IS ([#288](https://github.com/fluencelabs/spell/issues/288)) ([d400f13](https://github.com/fluencelabs/spell/commit/d400f1345ac4fccf44c7855f1f0bb2f16904911c))
9+
310
## [0.7.5](https://github.com/fluencelabs/spell/compare/spell-v0.7.4...spell-v0.7.5) (2024-02-24)
411

512

Diff for: fluence.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
version: 8
88

99
aquaDependencies:
10-
"@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.5.tgz # x-release-please-version
11-
"@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.5.tgz # x-release-please-version
10+
"@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.6.tgz # x-release-please-version
11+
"@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.6.tgz # x-release-please-version
1212
"@fluencelabs/aqua-lib": 0.10.2
1313
"@fluencelabs/registry": 0.9.4
1414
"@fluencelabs/aqua-ipfs": 0.5.31

Diff for: src/aqua/installation-spell/package.json

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

Diff for: src/aqua/spell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/spell",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "Aqua API for Spells",
55
"files": [
66
"api.aqua",

Diff for: src/spell/modules/spell/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/spell/modules/spell/spell-distro/Cargo.toml

+1-1
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.7.5"
4+
version = "0.7.6"
55
edition = "2021"
66
include = [ "/src", "/spell-service", "build.rs", "Cargo.toml" ]
77
license = "Apache-2.0"

Diff for: src/spell/modules/spell/spell-dtos/Cargo.toml

+1-1
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.7.5"
4+
version = "0.7.6"
55
edition = "2021"
66
license = "Apache-2.0"
77

0 commit comments

Comments
 (0)