From c658bea04f14fd0e17b0f145090590c5da29e44f Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 30 Jan 2023 22:19:05 +0100 Subject: [PATCH] Bump version for `0.15` release (#532) Necessary for the `0.75` nushell release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 211c8ef..563ac4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.14.0" +version = "0.15.0" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 9c447e7..a808d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reedline" -version = "0.14.0" +version = "0.15.0" authors = ["The Nushell Project Developers", "JT "] edition = "2021" description = "A readline-like crate for CLI text input"