From 1eb61b66659a91654f7f7a3d08c40999e271126f Mon Sep 17 00:00:00 2001 From: sholderbach Date: Sun, 12 Nov 2023 01:08:09 +0100 Subject: [PATCH] Bump version for `0.26.0` release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e85d810..f318965a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -567,7 +567,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.25.0" +version = "0.26.0" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 9d3ed7ea..29334548 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.25.0" +version = "0.26.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]