Bump version for 0.16.0 release. (#542)

Expected to contain minor bugfix and work on `History::clear` API (work
to improve history metadata handling still in progress)
This commit is contained in:
Stefan Holderbach 2023-02-20 22:22:06 +01:00 committed by GitHub
parent 1801496be2
commit 0082cc39ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -604,7 +604,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.15.0"
version = "0.16.0"
dependencies = [
"chrono",
"clipboard",

View File

@ -1,6 +1,6 @@
[package]
name = "reedline"
version = "0.15.0"
version = "0.16.0"
authors = ["The Nushell Project Developers", "JT <jonathan.d.turner@gmail.com>"]
edition = "2021"
description = "A readline-like crate for CLI text input"