Skip to content

Commit

Permalink
chore(main): release spell 0.7.0 (#273)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
fluencebot authored Feb 14, 2024
1 parent 182cbad commit 639069a
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.10"
".": "0.7.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/aqua/installation-spell/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/aqua/spell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/spell",
"version": "0.6.10",
"version": "0.7.0",
"description": "Aqua API for Spells",
"files": [
"api.aqua",
Expand Down
4 changes: 2 additions & 2 deletions src/spell/modules/spell/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell-distro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell-dtos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/spell/modules/spell/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 639069a

Please sign in to comment.