From c12f94f23551cbc7142ac6677385fa28cea29d1d Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 16 Dec 2023 09:17:17 +0100 Subject: version 1.30.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/shell_install/nushell.rs | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfe682..dc409ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.30.1 - 2023-12-03 + +- nushell script: replace the deprecated `def-env` with `def --env` - Thanks @melMass + ### v1.30.0 - 2023-12-03 - `:trash` internal - I'd like feedback on this one - Fix #799 diff --git a/Cargo.lock b/Cargo.lock index df1c414..50ea965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.30.0" +version = "1.30.1" dependencies = [ "ahash 0.8.6", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index b9c5973..eeaad9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.30.0" +version = "1.30.1" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot" diff --git a/src/shell_install/nushell.rs b/src/shell_install/nushell.rs index f2824f4..4c41444 100644 --- a/src/shell_install/nushell.rs +++ b/src/shell_install/nushell.rs @@ -21,7 +21,7 @@ use { }; const NAME: &str = "nushell"; -const VERSION: &str = "4"; +const VERSION: &str = "5"; const NU_FUNC: &str = r#" # Launch broot -- cgit v1.2.3