2024-12-23 12:34:08 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.101.0
This is the 0.101.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes:
https://www.nushell.sh/blog/2024-12-24-nushell_0_101_0.html
|
2024-11-13 09:44:33 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.100.0
This is the 0.100.0 release of Nushell.
The ChangeLog is too long to reproduce here, see release notes.
|
2024-10-21 16:01:24 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.99.1
A bug was introduced in 0.99.0 where return, break, and continue could cause
$env.LAST_EXIT_CODE to be set to 1. This has been fixed in #14120.
|
2024-10-16 12:15:27 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.99.0
This is the 0.99.0 release of Nushell. ChangeLogs are too long to reproduce here,
see: https://www.nushell.sh/blog/2024-10-15-nushell_0_99_0.html
|
2024-09-22 15:25:46 by pin | Files touched by this commit (1) |
Log message:
shells/nushell: fix curl-sys crate version
|
2024-09-21 23:16:13 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.98.0
ChangeLogs are too long to reproduce here.
See:
https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
https://www.nushell.sh/blog/2024-08-20-nushell_0_97_1.html
|
2024-07-31 19:58:46 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.96.1
See https://www.nushell.sh/blog/2024-07-29-nushell_0_96_1.html for ChangeLog.
|
2024-07-26 11:00:56 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.96.0
This is the 0.96.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-07-23-nushell_0_96_0.html
The ChangeLog is too long to reproduce here.
|
2024-07-17 13:39:43 by pin | Files touched by this commit (4) | |
Log message:
shells/nushell: update to 0.95.0
This is the 0.95.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-06-25-nushell_0_95_0.md
The ChangeLog is too long to reproduce here.
|
2024-06-04 08:43:39 by pin | Files touched by this commit (4) | |
Log message:
shells/nushell: update to 0.94.2
In this release, we're releasing two bugfixes:
- Fix external command name parsing with backslashes, and add tests by @devyn \
in #13027
- Fix run_external::expand_glob() to return paths that are PWD-relative but \
reflect the original intent by @devyn in #13028
This release was made possible by PR contributions from @devyn.
|