From 0046da98b556c6c6e696a6e2a440782d8f847ee0 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 14 Dec 2023 18:43:08 +0100 Subject: [PATCH] Bump version to 0.27.1 (#683) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8107a70..7eee2042 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.27.0" +version = "0.27.1" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 481b3db5..f4e40625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "reedline" repository = "https://github.com/nushell/reedline" rust-version = "1.62.1" -version = "0.27.0" +version = "0.27.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]