mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-04 19:50:19 +00:00
chore: release master (#275)
This commit is contained in:
parent
b417c72985
commit
6260c4d42f
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -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
2
Cargo.lock
generated
@ -1955,7 +1955,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mrepl"
|
||||
version = "0.18.8"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"check-latest",
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user