chore: release master (#275)

This commit is contained in:
fluencebot 2023-02-08 16:13:40 +02:00 committed by GitHub
parent b417c72985
commit 6260c4d42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 3 deletions

View File

@ -11,6 +11,6 @@
"marine": "0.24.0",
"crates/fluence-app-service": "0.23.0",
"tools/cli": "0.12.6",
"tools/repl": "0.18.8",
"tools/repl": "0.19.0",
"marine-js": "0.3.44"
}

2
Cargo.lock generated
View File

@ -1955,7 +1955,7 @@ dependencies = [
[[package]]
name = "mrepl"
version = "0.18.8"
version = "0.19.0"
dependencies = [
"anyhow",
"check-latest",

View File

@ -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.19.0](https://github.com/fluencelabs/marine/compare/mrepl-v0.18.8...mrepl-v0.19.0) (2023-02-08)
### ⚠ BREAKING CHANGES
* add pretty-print for repl output + small error messaging improvement ([#274](https://github.com/fluencelabs/marine/issues/274))
### Features
* add pretty-print for repl output + small error messaging improvement ([#274](https://github.com/fluencelabs/marine/issues/274)) ([9c1f20b](https://github.com/fluencelabs/marine/commit/9c1f20b8a74e467f2e403d18aabb7428baef9bc1))
## [Unreleased]
## [0.18.8] - 2022-12-06

View File

@ -1,7 +1,7 @@
[package]
name = "mrepl"
description = "Fluence Marine REPL intended for testing purposes"
version = "0.18.8"
version = "0.19.0"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine/tools/repl"
license = "Apache-2.0"