Skip to content

Commit

Permalink
version 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Dec 16, 2023
1 parent 989301d commit c12f94f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "broot"
version = "1.30.0"
version = "1.30.1"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
Expand Down
2 changes: 1 addition & 1 deletion src/shell_install/nushell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use {
};

const NAME: &str = "nushell";
const VERSION: &str = "4";
const VERSION: &str = "5";

const NU_FUNC: &str = r#"
# Launch broot
Expand Down

0 comments on commit c12f94f

Please sign in to comment.