From a1ffad4c32f986d76549c88345cd86dc768ef742 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Tue, 12 Nov 2024 19:44:43 +0100 Subject: [PATCH] Bump version for `0.37.0` release (#851) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91e68fcc..5f8f5f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.36.0" +version = "0.37.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 12544dcf..6b407ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "reedline" repository = "https://github.com/nushell/reedline" rust-version = "1.63.0" -version = "0.36.0" +version = "0.37.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]