diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7bc19d850..6509eea22 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -10,7 +10,7 @@ "core": "0.19.0", "marine": "0.24.0", "crates/fluence-app-service": "0.23.0", - "tools/cli": "0.12.6", - "tools/repl": "0.19.0", + "tools/cli": "0.12.7", + "tools/repl": "0.19.1", "marine-js": "0.3.44" } diff --git a/Cargo.lock b/Cargo.lock index 5cae80ce6..26e4c74bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,7 +1420,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "marine" -version = "0.12.6" +version = "0.12.7" dependencies = [ "Inflector", "anyhow", @@ -1955,7 +1955,7 @@ dependencies = [ [[package]] name = "mrepl" -version = "0.19.0" +version = "0.19.1" dependencies = [ "anyhow", "check-latest", diff --git a/tools/cli/CHANGELOG.md b/tools/cli/CHANGELOG.md index 5c777953a..9f53bc7f7 100644 --- a/tools/cli/CHANGELOG.md +++ b/tools/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.7](https://github.com/fluencelabs/marine/compare/marine-v0.12.6...marine-v0.12.7) (2023-02-10) + + +### Bug Fixes + +* **cli:** Make checking latest version an optional feature [#278](https://github.com/fluencelabs/marine/issues/278) ([da31cbb](https://github.com/fluencelabs/marine/commit/da31cbbe38e884ec7989c86af6ebf0fc19093341)) + ## [0.12.6](https://github.com/fluencelabs/marine/compare/marine-v0.12.5...marine-v0.12.6) (2023-01-27) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 989b2c71b..dc7bda04d 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "marine" description = "Fluence Marine command line tool" -version = "0.12.6" +version = "0.12.7" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/marine/tools/cli" license = "Apache-2.0" diff --git a/tools/repl/CHANGELOG.md b/tools/repl/CHANGELOG.md index a3dc18d48..1606f5757 100644 --- a/tools/repl/CHANGELOG.md +++ b/tools/repl/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.19.1](https://github.com/fluencelabs/marine/compare/mrepl-v0.19.0...mrepl-v0.19.1) (2023-02-10) + + +### Bug Fixes + +* **cli:** Make checking latest version an optional feature [#278](https://github.com/fluencelabs/marine/issues/278) ([da31cbb](https://github.com/fluencelabs/marine/commit/da31cbbe38e884ec7989c86af6ebf0fc19093341)) + ## [0.19.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.18.8...mrepl-v0.19.0) (2023-02-08) diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index bc3015162..69d72a591 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mrepl" description = "Fluence Marine REPL intended for testing purposes" -version = "0.19.0" +version = "0.19.1" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/marine/tools/repl" license = "Apache-2.0"