From 0082cc39ae47c9fdcc8ba5fb4b9e3e04694cde90 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 20 Feb 2023 22:22:06 +0100 Subject: [PATCH] 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) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d90152a..8648b20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.15.0" +version = "0.16.0" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 2cadcbb..c174053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reedline" -version = "0.15.0" +version = "0.16.0" authors = ["The Nushell Project Developers", "JT "] edition = "2021" description = "A readline-like crate for CLI text input"