From fb4fd677c567c1546c2e96db8ccdc098aed0fcff Mon Sep 17 00:00:00 2001 From: sholderbach Date: Tue, 12 Dec 2023 14:25:16 +0100 Subject: [PATCH] Bump version for 0.27 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5acc8438..b8107a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.26.0" +version = "0.27.0" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index ca1bc5ad..3c8d0ed4 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.26.0" +version = "0.27.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]