diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 76d5538..b28fea9 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f46d09..8fec419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.9.1](https://github.com/fluencelabs/registry/compare/registry-v0.9.0...registry-v0.9.1) (2023-12-06) + + +### Features + +* use non-npm Fluence CLI ([#302](https://github.com/fluencelabs/registry/issues/302)) ([d77fd12](https://github.com/fluencelabs/registry/commit/d77fd12b4dfe2d57ae3e35f729e35e2f6ad1c63c)) + + +### Bug Fixes + +* **deps:** update dependency @fluencelabs/cli to v0.13.0 ([#290](https://github.com/fluencelabs/registry/issues/290)) ([2a440a8](https://github.com/fluencelabs/registry/commit/2a440a8b1ff8aa922bd2faa982b8b75c9beb3bc7)) +* **deps:** update rust crate marine-rs-sdk-test to v0.11.1 ([#292](https://github.com/fluencelabs/registry/issues/292)) ([2405f41](https://github.com/fluencelabs/registry/commit/2405f41702543d1ff70620923787a6a7621cc7d5)) +* remove binary import ([#304](https://github.com/fluencelabs/registry/issues/304)) ([c160475](https://github.com/fluencelabs/registry/commit/c16047515751f1400cb1f7231abcc83e2f6bcf4f)) + ## [0.9.0](https://github.com/fluencelabs/registry/compare/registry-v0.8.8...registry-v0.9.0) (2023-11-22) diff --git a/aqua/package-lock.json b/aqua/package-lock.json index cff5fba..d2347ce 100644 --- a/aqua/package-lock.json +++ b/aqua/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/registry", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fluencelabs/registry", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "dependencies": { "@fluencelabs/aqua-lib": "0.7.0", diff --git a/aqua/package.json b/aqua/package.json index 239f399..6447082 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/registry", - "version": "0.9.0", + "version": "0.9.1", "description": "Aqua Registry library", "files": [ "*.aqua" diff --git a/distro/Cargo.lock b/distro/Cargo.lock index 655ed88..887ae53 100644 --- a/distro/Cargo.lock +++ b/distro/Cargo.lock @@ -22,7 +22,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "registry-distro" -version = "0.9.0" +version = "0.9.1" dependencies = [ "built", "maplit", diff --git a/distro/Cargo.toml b/distro/Cargo.toml index dcb080d..4a6b033 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry-distro" -version = "0.9.0" +version = "0.9.1" edition = "2021" build = "built.rs" include = [ "/src", "built.rs", "Cargo.toml", "registry-service"] diff --git a/service/Cargo.lock b/service/Cargo.lock index 1938400..85d52da 100644 --- a/service/Cargo.lock +++ b/service/Cargo.lock @@ -2279,7 +2279,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "registry" -version = "0.9.0" +version = "0.9.1" dependencies = [ "boolinator", "bs58", diff --git a/service/Cargo.toml b/service/Cargo.toml index 1accfd1..227e1e4 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry" -version = "0.9.0" +version = "0.9.1" authors = ["Fluence Labs"] edition = "2018" publish = false