summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-12-16 09:17:17 +0100
committerCanop <cano.petrole@gmail.com>2023-12-16 09:17:17 +0100
commitc12f94f23551cbc7142ac6677385fa28cea29d1d (patch)
treed9ed08885db5b0843765557e21c57daafd479eec
parent989301de115abfd14d0ebbb4191b0a027012758c (diff)
version 1.30.1v1.30.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/shell_install/nushell.rs2
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
+<a name="v1.30.1"></a>
+- nushell script: replace the deprecated `def-env` with `def --env` - Thanks @melMass
+
### v1.30.0 - 2023-12-03
<a name="v1.30.0"></a>
- `: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 <denys.seguret@gmail.com>"]
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