Skip to content

Commit

Permalink
chore: release master (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Mar 3, 2023
1 parent 1d86899 commit 299382f
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 16 deletions.
8 changes: 4 additions & 4 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.1",
"crates/fluence-app-service": "0.23.1",
"tools/cli": "0.12.7",
"tools/repl": "0.19.2",
"marine": "0.25.0",
"crates/fluence-app-service": "0.24.0",
"tools/cli": "0.13.0",
"tools/repl": "0.20.0",
"marine-js": "0.3.45"
}
12 changes: 6 additions & 6 deletions Cargo.lock

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

18 changes: 18 additions & 0 deletions crates/fluence-app-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* dependencies
* marine-runtime bumped from 0.24.0 to 0.24.1

## [0.24.0](https://github.com/fluencelabs/marine/compare/fluence-app-service-v0.23.1...fluence-app-service-v0.24.0) (2023-03-03)


### ⚠ BREAKING CHANGES

* **fluence-app-service:** add separate bases for temp dirs and mapped dirs ([#288](https://github.com/fluencelabs/marine/issues/288))

### Features

* **fluence-app-service:** add separate bases for temp dirs and mapped dirs ([#288](https://github.com/fluencelabs/marine/issues/288)) ([1d86899](https://github.com/fluencelabs/marine/commit/1d868992bd944eb83926c18a17a24d135c692b4c))


### Dependencies

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

## [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.1"
version = "0.24.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"

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

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


### ⚠ BREAKING CHANGES

* **fluence-app-service:** add separate bases for temp dirs and mapped dirs ([#288](https://github.com/fluencelabs/marine/issues/288))

### Features

* **fluence-app-service:** add separate bases for temp dirs and mapped dirs ([#288](https://github.com/fluencelabs/marine/issues/288)) ([1d86899](https://github.com/fluencelabs/marine/commit/1d868992bd944eb83926c18a17a24d135c692b4c))

## [0.24.1](https://github.com/fluencelabs/marine/compare/marine-runtime-v0.24.0...marine-runtime-v0.24.1) (2023-02-20)


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.1"
version = "0.25.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"
Expand Down
11 changes: 11 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.13.0](https://github.com/fluencelabs/marine/compare/marine-v0.12.7...marine-v0.13.0) (2023-03-03)


### ⚠ BREAKING CHANGES

* **cli:** use sdk dependency version from Cargo.lock instead of Cargo.toml ([#286](https://github.com/fluencelabs/marine/issues/286))

### Features

* **cli:** use sdk dependency version from Cargo.lock instead of Cargo.toml ([#286](https://github.com/fluencelabs/marine/issues/286)) ([fc384a4](https://github.com/fluencelabs/marine/commit/fc384a477c2274c9ebff4968871995935b5d6900))

## [0.12.7](https://github.com/fluencelabs/marine/compare/marine-v0.12.6...marine-v0.12.7) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "marine"
description = "Fluence Marine command line tool"
version = "0.12.7"
version = "0.13.0"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine/tools/cli"
license = "Apache-2.0"
Expand Down
18 changes: 18 additions & 0 deletions tools/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* dependencies
* fluence-app-service bumped from 0.23.0 to 0.23.1

## [0.20.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.19.2...mrepl-v0.20.0) (2023-03-03)


### ⚠ BREAKING CHANGES

* **fluence-app-service:** add separate bases for temp dirs and mapped dirs ([#288](https://github.com/fluencelabs/marine/issues/288))

### Features

* **fluence-app-service:** add separate bases for temp dirs and mapped dirs ([#288](https://github.com/fluencelabs/marine/issues/288)) ([1d86899](https://github.com/fluencelabs/marine/commit/1d868992bd944eb83926c18a17a24d135c692b4c))


### Dependencies

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

## [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.2"
version = "0.20.0"
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.1", features = ["raw-module-api"] }
fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.24.0", features = ["raw-module-api"] }
marine-rs-sdk-main = { version = "0.7.1", features = ["logger"] }

anyhow = "1.0.66"
Expand Down

0 comments on commit 299382f

Please sign in to comment.