Skip to content

Commit

Permalink
chore: release master (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Feb 20, 2023
1 parent e4c77a8 commit 5e91bfc
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"crates/module-interface": "0.6.1",
"crates/utils": "0.4.0",
"core": "0.19.0",
"marine": "0.24.0",
"crates/fluence-app-service": "0.23.0",
"marine": "0.24.1",
"crates/fluence-app-service": "0.23.1",
"tools/cli": "0.12.7",
"tools/repl": "0.19.1",
"tools/repl": "0.19.2",
"marine-js": "0.3.45"
}
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/fluence-app-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

* The following workspace dependencies were updated
* dependencies
* marine-runtime bumped from 0.24.0 to 0.24.1

## [Unreleased]

## [0.23.0] - 2022-12-06
Expand Down
4 changes: 2 additions & 2 deletions crates/fluence-app-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "fluence-app-service"
description = "Fluence Application Service"
version = "0.23.0"
version = "0.23.1"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"

[dependencies]
marine-runtime = { path = "../../marine", version = "0.24.0" }
marine-runtime = { path = "../../marine", version = "0.24.1" }
marine-min-it-version = { path = "../../crates/min-it-version", version = "0.2.1" }

maplit = "1.0.2"
Expand Down
7 changes: 7 additions & 0 deletions marine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.1](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.24.0...marine-runtime-v0.24.1) (2023-02-20)


### Bug Fixes

* **mrepl:** replace fn with func in mrepl output to match aqua syntax ([#284](https://github.com/fluencelabs/marine/issues/284)) ([e4c77a8](https://github.com/fluencelabs/marine/commit/e4c77a8cc4c9963ae74e63504dedbcd227bd7cbf))

## [Unreleased]

## [0.24.0] - 2022-12-06
Expand Down
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "marine-runtime"
description = "The Fluence Wasm Runtime"
version = "0.24.0"
version = "0.24.1"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"
Expand Down
4 changes: 4 additions & 0 deletions tools/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

* The following workspace dependencies were updated
* dependencies
* fluence-app-service bumped from 0.23.0 to 0.23.1

## [0.19.1](https://github.com/fluencelabs/marine/compare/mrepl-v0.19.0...mrepl-v0.19.1) (2023-02-10)


Expand Down
4 changes: 2 additions & 2 deletions tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mrepl"
description = "Fluence Marine REPL intended for testing purposes"
version = "0.19.1"
version = "0.19.2"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine/tools/repl"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ name = "mrepl"
path = "src/main.rs"

[dependencies]
fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.23.0", features = ["raw-module-api"] }
fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.23.1", features = ["raw-module-api"] }
marine-rs-sdk-main = { version = "0.7.1", features = ["logger"] }

anyhow = "1.0.66"
Expand Down

0 comments on commit 5e91bfc

Please sign in to comment.