Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c54fce7

Browse files
authored
chore: release master (#280)
1 parent a91ab2a commit c54fce7

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.github/release-please/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"core": "0.19.0",
1111
"marine": "0.24.0",
1212
"crates/fluence-app-service": "0.23.0",
13-
"tools/cli": "0.12.6",
14-
"tools/repl": "0.19.0",
13+
"tools/cli": "0.12.7",
14+
"tools/repl": "0.19.1",
1515
"marine-js": "0.3.44"
1616
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.7](https://github.com/fluencelabs/marine/compare/marine-v0.12.6...marine-v0.12.7) (2023-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** Make checking latest version an optional feature [#278](https://github.com/fluencelabs/marine/issues/278) ([da31cbb](https://github.com/fluencelabs/marine/commit/da31cbbe38e884ec7989c86af6ebf0fc19093341))
9+
310
## [0.12.6](https://github.com/fluencelabs/marine/compare/marine-v0.12.5...marine-v0.12.6) (2023-01-27)
411

512

tools/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "marine"
33
description = "Fluence Marine command line tool"
4-
version = "0.12.6"
4+
version = "0.12.7"
55
authors = ["Fluence Labs"]
66
repository = "https://github.com/fluencelabs/marine/tools/cli"
77
license = "Apache-2.0"

tools/repl/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.19.1](https://github.com/fluencelabs/marine/compare/mrepl-v0.19.0...mrepl-v0.19.1) (2023-02-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** Make checking latest version an optional feature [#278](https://github.com/fluencelabs/marine/issues/278) ([da31cbb](https://github.com/fluencelabs/marine/commit/da31cbbe38e884ec7989c86af6ebf0fc19093341))
13+
714
## [0.19.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.18.8...mrepl-v0.19.0) (2023-02-08)
815

916

tools/repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mrepl"
33
description = "Fluence Marine REPL intended for testing purposes"
4-
version = "0.19.0"
4+
version = "0.19.1"
55
authors = ["Fluence Labs"]
66
repository = "https://github.com/fluencelabs/marine/tools/repl"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)