Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.13"
".": "0.5.14"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.14](https://github.com/fluencelabs/spell/compare/spell-v0.5.13...spell-v0.5.14) (2023-06-06)


### Features

* **script:** allow to overwrite spell script ([#128](https://github.com/fluencelabs/spell/issues/128)) ([3a23274](https://github.com/fluencelabs/spell/commit/3a232742d6a95b54f4e08328922aa3dd1c8da6b8))


### Bug Fixes

* **deal:** print subnet id correctly ([#130](https://github.com/fluencelabs/spell/issues/130)) ([ea01a42](https://github.com/fluencelabs/spell/commit/ea01a429cdfcb2e28679fcb657b5d077fe0c9812))
* **deps:** update dependency @fluencelabs/aqua-ipfs to v0.5.13 ([#110](https://github.com/fluencelabs/spell/issues/110)) ([159e1b7](https://github.com/fluencelabs/spell/commit/159e1b77683e1c76b1fb4320b9c9fb3e3fe866da))

## [0.5.13](https://github.com/fluencelabs/spell/compare/spell-v0.5.12...spell-v0.5.13) (2023-05-28)


Expand Down
8 changes: 4 additions & 4 deletions src/aqua/installation-spell/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.5.13",
"version": "0.5.14",
"description": "Special spell that installs services from App Config",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@fluencelabs/aqua-ipfs": "0.5.13",
"@fluencelabs/aqua-lib": "0.7.1",
"@fluencelabs/registry": "0.8.6",
"@fluencelabs/spell": "0.5.13"
"@fluencelabs/spell": "0.5.14"
},
"devDependencies": {
"@fluencelabs/cli": "0.4.14"
Expand Down
4 changes: 2 additions & 2 deletions src/aqua/spell/package-lock.json

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

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.5.13",
"version": "0.5.14",
"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.5.13"
version = "0.5.14"
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.5.13"
version = "0.5.14"
edition = "2021"
license = "Apache-2.0"

Expand Down