-
Couldn't load subscription status.
- Fork 6
chore(deps): Update nushell #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nushell
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
855c406 to
c27a8be
Compare
c27a8be to
1ca4f59
Compare
cdd1e0f to
7bdcb22
Compare
7bdcb22 to
89a7642
Compare
89a7642 to
9874b5c
Compare
Pull Request Test Coverage Report for Build 18533102705Details
💛 - Coveralls |
9874b5c to
9ba7fb0
Compare
9ba7fb0 to
7e86c71
Compare
7e86c71 to
d3914cb
Compare
8ee75aa to
2cdebf7
Compare
2cdebf7 to
9a0aa99
Compare
9a0aa99 to
c3c9571
Compare
c3c9571 to
8a48c3b
Compare
690057b to
d985d24
Compare
358bd68 to
d74e38b
Compare
d74e38b to
2d546c7
Compare
2be8266 to
4513208
Compare
4513208 to
40275c2
Compare
40275c2 to
14ed224
Compare
74f2b91 to
a77481a
Compare
e0b0e42 to
1a1500d
Compare
1a1500d to
2cfd959
Compare
e98f636 to
ba95250
Compare
epage
pushed a commit
to epage/completest
that referenced
this pull request
Sep 19, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.89` -> `1.90` | --- ### Release Notes <details> <summary>rust-lang/rust (STABLE)</summary> ### [`v1.90`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1900-2025-09-18) [Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.89.0...1.90.0) \=========================== <a id="1.90-Language"></a> ## Language - [Split up the `unknown_or_malformed_diagnostic_attributes` lint](https://redirect.github.com/rust-lang/rust/pull/140717). This lint has been split up into four finer-grained lints, with `unknown_or_malformed_diagnostic_attributes` now being the lint group that contains these lints: 1. `unknown_diagnostic_attributes`: unknown to the current compiler 2. `misplaced_diagnostic_attributes`: placed on the wrong item 3. `malformed_diagnostic_attributes`: malformed attribute syntax or options 4. `malformed_diagnostic_format_literals`: malformed format string literal - [Allow constants whose final value has references to mutable/external memory, but reject such constants as patterns](https://redirect.github.com/rust-lang/rust/pull/140942) - [Allow volatile access to non-Rust memory, including address 0](https://redirect.github.com/rust-lang/rust/pull/141260) <a id="1.90-Compiler"></a> ## Compiler - [Use `lld` by default on `x86_64-unknown-linux-gnu`](https://redirect.github.com/rust-lang/rust/pull/140525). - [Tier 3 `musl` targets now link dynamically by default](https://redirect.github.com/rust-lang/rust/pull/144410). Affected targets: - `mips64-unknown-linux-muslabi64` - `powerpc64-unknown-linux-musl` - `powerpc-unknown-linux-musl` - `powerpc-unknown-linux-muslspe` - `riscv32gc-unknown-linux-musl` - `s390x-unknown-linux-musl` - `thumbv7neon-unknown-linux-musleabihf` <a id="1.90-Platform-Support"></a> ## Platform Support - [Demote `x86_64-apple-darwin` to Tier 2 with host tools](https://redirect.github.com/rust-lang/rust/pull/145252) Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. [platform-support-doc]: https://doc.rust-lang.org/rustc/platform-support.html <a id="1.90-Libraries"></a> ## Libraries - [Stabilize `u*::{checked,overflowing,saturating,wrapping}_sub_signed`](https://redirect.github.com/rust-lang/rust/issues/126043) - [Allow comparisons between `CStr`, `CString`, and `Cow<CStr>`](https://redirect.github.com/rust-lang/rust/pull/137268) - [Remove some unsized tuple impls since unsized tuples can't be constructed](https://redirect.github.com/rust-lang/rust/pull/138340) - [Set `MSG_NOSIGNAL` for `UnixStream`](https://redirect.github.com/rust-lang/rust/pull/140005) - [`proc_macro::Ident::new` now supports `$crate`.](https://redirect.github.com/rust-lang/rust/pull/141996) - [Guarantee the pointer returned from `Thread::into_raw` has at least 8 bytes of alignment](https://redirect.github.com/rust-lang/rust/pull/143859) <a id="1.90-Stabilized-APIs"></a> ## Stabilized APIs - [`u{n}::checked_sub_signed`](https://doc.rust-lang.org/stable/std/primitive.usize.html#method.checked_sub_signed) - [`u{n}::overflowing_sub_signed`](https://doc.rust-lang.org/stable/std/primitive.usize.html#method.overflowing_sub_signed) - [`u{n}::saturating_sub_signed`](https://doc.rust-lang.org/stable/std/primitive.usize.html#method.saturating_sub_signed) - [`u{n}::wrapping_sub_signed`](https://doc.rust-lang.org/stable/std/primitive.usize.html#method.wrapping_sub_signed) - [`impl Copy for IntErrorKind`](https://doc.rust-lang.org/stable/std/num/enum.IntErrorKind.html#impl-Copy-for-IntErrorKind) - [`impl Hash for IntErrorKind`](https://doc.rust-lang.org/stable/std/num/enum.IntErrorKind.html#impl-Hash-for-IntErrorKind) - [`impl PartialEq<&CStr> for CStr`](https://doc.rust-lang.org/stable/std/ffi/struct.CStr.html#impl-PartialEq%3C%26CStr%3E-for-CStr) - [`impl PartialEq<CString> for CStr`](https://doc.rust-lang.org/stable/std/ffi/struct.CStr.html#impl-PartialEq%3CCString%3E-for-CStr) - [`impl PartialEq<Cow<CStr>> for CStr`](https://doc.rust-lang.org/stable/std/ffi/struct.CStr.html#impl-PartialEq%3CCow%3C'_,+CStr%3E%3E-for-CStr) - [`impl PartialEq<&CStr> for CString`](https://doc.rust-lang.org/stable/std/ffi/struct.CString.html#impl-PartialEq%3C%26CStr%3E-for-CString) - [`impl PartialEq<CStr> for CString`](https://doc.rust-lang.org/stable/std/ffi/struct.CString.html#impl-PartialEq%3CCStr%3E-for-CString) - [`impl PartialEq<Cow<CStr>> for CString`](https://doc.rust-lang.org/stable/std/ffi/struct.CString.html#impl-PartialEq%3CCow%3C'_,+CStr%3E%3E-for-CString) - [`impl PartialEq<&CStr> for Cow<CStr>`](https://doc.rust-lang.org/stable/std/borrow/enum.Cow.html#impl-PartialEq%3C%26CStr%3E-for-Cow%3C'_,+CStr%3E) - [`impl PartialEq<CStr> for Cow<CStr>`](https://doc.rust-lang.org/stable/std/borrow/enum.Cow.html#impl-PartialEq%3CCStr%3E-for-Cow%3C'_,+CStr%3E) - [`impl PartialEq<CString> for Cow<CStr>`](https://doc.rust-lang.org/stable/std/borrow/enum.Cow.html#impl-PartialEq%3CCString%3E-for-Cow%3C'_,+CStr%3E) These previously stable APIs are now stable in const contexts: - [`<[T]>::reverse`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.reverse) - [`f32::floor`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.floor) - [`f32::ceil`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.ceil) - [`f32::trunc`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.trunc) - [`f32::fract`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.fract) - [`f32::round`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.round) - [`f32::round_ties_even`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.round_ties_even) - [`f64::floor`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.floor) - [`f64::ceil`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.ceil) - [`f64::trunc`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.trunc) - [`f64::fract`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.fract) - [`f64::round`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.round) - [`f64::round_ties_even`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.round_ties_even) <a id="1.90-Cargo"></a> ## Cargo - [Add `http.proxy-cainfo` config for proxy certs](https://redirect.github.com/rust-lang/cargo/pull/15374/) - [Use `gix` for `cargo package`](https://redirect.github.com/rust-lang/cargo/pull/15534/) - [feat(publish): Stabilize multi-package publishing](https://redirect.github.com/rust-lang/cargo/pull/15636/) <a id="1.90-Rustdoc"></a> ## Rustdoc - [Add ways to collapse all impl blocks](https://redirect.github.com/rust-lang/rust/pull/141663). Previously the "Summary" button and "-" keyboard shortcut would never collapse `impl` blocks, now they do when shift is held - [Display unsafe attributes with `unsafe()` wrappers](https://redirect.github.com/rust-lang/rust/pull/143662) <a id="1.90-Compatibility-Notes"></a> ## Compatibility Notes - [Use `lld` by default on `x86_64-unknown-linux-gnu`](https://redirect.github.com/rust-lang/rust/pull/140525). See also <https://blog.rust-lang.org/2025/09/01/rust-lld-on-1.90.0-stable/>. - [Make `core::iter::Fuse`'s `Default` impl construct `I::default()` internally as promised in the docs instead of always being empty](https://redirect.github.com/rust-lang/rust/pull/140985) - [Set `MSG_NOSIGNAL` for `UnixStream`](https://redirect.github.com/rust-lang/rust/pull/140005) This may change program behavior but results in the same behavior as other primitives (e.g., stdout, network sockets). Programs relying on signals to terminate them should update handling of sockets to handle errors on write by exiting. - [On Unix `std::env::home_dir` will use the fallback if the `HOME` environment variable is empty](https://redirect.github.com/rust-lang/rust/pull/141840) - We now [reject unsupported `extern "{abi}"`s consistently in all positions](https://redirect.github.com/rust-lang/rust/pull/142134). This primarily affects the use of implementing traits on an `extern "{abi}"` function pointer, like `extern "stdcall" fn()`, on a platform that doesn't support that, like aarch64-unknown-linux-gnu. Direct usage of these unsupported ABI strings by declaring or defining functions was already rejected, so this is only a change for consistency. - [const-eval: error when initializing a static writes to that static](https://redirect.github.com/rust-lang/rust/pull/143084) - [Check that the `proc_macro_derive` macro has correct arguments when applied to the crate root](https://redirect.github.com/rust-lang/rust/pull/143607) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
921b583 to
955d602
Compare
955d602 to
88d0537
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.88.1->0.108.00.88.1->0.108.00.88.1->0.108.00.88.1->0.108.00.88.1->0.108.00.88.1->0.108.00.27.1->0.43.0Release Notes
nushell/nushell (nu-cli)
v0.108.0Compare Source
This is the 0.108.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-10-15-nushell_v0_108_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @andoalon, @app/dependabot, @ayax79, @Bahex, @blindFS, @cablehead, @cptpiepmatz, @fdncred, @fixerer, @Jan9103, @maxim-uvarov, @mkatychev, @nome, @sgvictorino, @Sheape, @sholderbach, @simonborje, @Tyarel8, @weirdan, @WindSoilder, @xolra0d, @Xylobyte, @ysthakur
v0.107.0Compare Source
This is the 0.107.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-09-02-nushell_0_107_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @0323pin,@132ikl,@Bahex,@Direwolfesp,@Ecorous,@ItsHarper,@Jan9103,@NotTheDr01ds,@Sheape,@Tyarel8,@WindSoilder,@YPares,@andoalon,@ayax79,@blindFS,@cptpiepmatz,@cyradotpink,@dependabot[bot],@fdncred,@hardfau1t,@hustcer,@kaathewisegit,@lucascherzer,@new-years-eve,@nitsky,@pyz4,@samoylovfp,@sgvictorino,@sholderbach,@stuartcarnie,@uraneko,@weirdan,@ysthakur, and @zhiburt
v0.106.1Compare Source
This is the 0.106.1 patch release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-07-30-nushell_0_106_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @0323pin, @Bahex, @cptpiepmatz, and @sholderbach
v0.106.0Compare Source
This is the 0.106.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-07-23-nushell_0_106_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @adithyaov, @app/dependabot, @Axlefublr, @ayax79, @Bahex, @blindFS, @cptpiepmatz, @dead10ck, @dilr, @echasnovski, @fdncred, @hustcer, @jasha-hrp, @JohnSwiftC, @Klapptnot, @kumarUjjawal, @liquid-dragons, @marienz, @mgrachev, @Mrfiregem, @musicinmybrain, @new-years-eve, @noahfraiture, @ryanxcharles, @sgvictorino, @sholderbach, @Tyarel8, @weirdan, @WindSoilder, @x8x, @xentec, @yertto, @zhiburt
v0.105.1Compare Source
This is the 0.105.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-06-10-nushell_0_105_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @cptpiepmatz
v0.105.0Compare Source
This is the 0.105.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-06-10-nushell_0_105_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @app/dependabot, @atahabaki, @ayax79, @Bahex, @blindFS, @cablehead, @Cattle0Horse, @colececil, @cptpiepmatz, @CSharperMantle, @Dorumin, @fdncred, @FlippinBerger, @flovilmart, @gmr458, @hackeryarn, @hustcer, @jjflash95, @kamek-pf, @Kissaki, @kumarUjjawal, @lazenga, @LazyPluto, @liquid-dragons, @LoicRiegel, @luismeyer95, @luong-komorebi, @Mrfiregem, @musicinmybrain, @new-years-eve, @noahfraiture, @ofek, @pyz4, @raoulkent, @rritik772, @sholderbach, @snickerdoodle2, @tindzk, @Tyarel8, @Villa01, @vivainio, @weirdan, @WindSoilder, @ysthakur, @zhiburt
v0.104.1Compare Source
This is the 0.104.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-05-23-nushell_0_104_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @hustcer and @ysthakur
v0.104.0Compare Source
This is the 0.104.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-04-29-nushell_0_104_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @0x4D5352, @132ikl, @app/dependabot, @AucaCoyan, @ayax79, @Bahex, @blindFS, @cosineblast, @cptpiepmatz, @fdncred, @fennewald, @g2p, @hfrentzel, @hustcer, @IanManske, @jjflash95, @kidrigger, @lazenga, @LoicRiegel, @migraine-user, @MMesch, @mokurin000, @Mrfiregem, @mztikk, @NotTheDr01ds, @pyz4, @scarlet-storm, @sebasnallar, @sgvictorino, @sholderbach, @SkillFlame, @suimong, @Tyarel8, @vansh284, @whiter001, @WindSoilder, @ysthakur, @zhiburt
v0.103.0Compare Source
This is the 0.103.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-03-18-nushell_0_103_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @app/dependabot, @atahabaki, @ayamdobhal, @ayax79, @Bahex, @blindFS, @cosineblast, @cptpiepmatz, @dam4rus, @eggcaker, @fdncred, @hardfau1t, @hongquan, @hustcer, @IanManske, @KAAtheWiseGit, @kubouch, @LoicRiegel, @MMesch, @MMukundi, @NotTheDr01ds, @sgvictorino, @sholderbach, @tmillr, @WindSoilder, @ysthakur
v0.102.0Compare Source
This is the 0.102.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-02-04-nushell_0_102_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @0x4D5352, @132ikl, @anomius, @app/dependabot, @ayax79, @Bahex, @blindFS, @Chen1Plus, @ChetanXpro, @ChrisDenton, @Coca162, @cosineblast, @cptpiepmatz, @dam4rus, @dead10ck, @fdncred, @hjetmundsen, @hustcer, @IanManske, @Mudada, @NiceGuyIT, @NotTheDr01ds, @pyz4, @rikukiix, @sgvictorino, @sholderbach, @simon-curtis, @tmillr, @tsukimizake, @Tyarel8, @userwiths, @weirdan, @WindSoilder, @ysthakur, @zhiburt
v0.101.0Compare Source
This is the 0.101.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-12-24-nushell_0_101_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @alex-kattathra-johnson, @amtoine, @anomius, @ayax79, @Bahex, @Beinsezii, @cosineblast, @cptpiepmatz, @devyn, @DziubaMaksym, @fdncred, @hustcer, @IanManske, @Jasha10, @Kissaki, @maxim-uvarov, @michel-slm, @musicinmybrain, @NotTheDr01ds, @paulie4, @PegasusPlusUS, @PerchunPak, @ratherforky, @rfaulhaber, @rikukiix, @RobbingDaHood, @schrieveslaach, @sgvictorino, @sholderbach, @userwiths, @WindSoilder, @ysthakur, and @zhiburt
v0.100.0Compare Source
This is the 0.100.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-11-12-nushell_0_100_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @adaschma, @aionescu, @alex-kattathra-johnson, @atahabaki, @ayax79, @Bahex, @blindFS, @CharlesTaylor7, @Dorumin, @fdncred, @friaes, @hacker-DOM, @hustcer, @IanManske, @JoaquinTrinanes, @Kissaki, @Kither12, @NotTheDr01ds, @ofek, @PhotonBursted, @qfel, @sgvictorino, @sholderbach, @vyadh, @weirdan, @WindSoilder, @zhiburt
v0.99.1Compare Source
This is the 0.99.1 patch release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-10-17-nushell_0_99_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @IanManske
v0.99.0Compare Source
This is the 0.99.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-10-15-nushell_0_99_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @1256-bits, @132ikl, @akirabaruah, @anka-213, @app/dependabot, @ayax79, @Bahex, @cptpiepmatz, @dead10ck, @fdncred, @fornwall, @hustcer, @IanManske, @JustForFun88, @Kither12, @kubouch, @Lord-LightSpeed, @nome, @NotTheDr01ds, @qfel, @quadristan, @replcat, @saurabh10041998, @sdmoralesma, @sgvictorino, @uek-1, @weirdan, @WindSoilder, @YizhePKU, @zhiburt
v0.98.0Compare Source
This is the 0.98.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @Ancient77, @app/dependabot, @ayax79, @Bahex, @cptpiepmatz, @cyradotpink, @devyn, @fdncred, @gwenya, @hustcer, @IanManske, @JTopanotti, @KAAtheWiseGit, @nome, @poliorcetics, @sholderbach, @T3sT3ro, @weirdan, @WindSoilder, @ysthakur, @zhiburt
v0.97.1Compare Source
This is the 0.97.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-08-20-nushell_0_97_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @Aakash788, @app/dependabot, @ayax79, @Bahex, @cablehead, @devyn, @Embers-of-the-Fire, @fdncred, @IanManske, @jameschensmith, @KAAtheWiseGit, @kurokirasama, @lavafroth, @lyuha, @maxim-uvarov, @NotTheDr01ds, @playdohface, @qfel, @Qnbie, @sholderbach, @suimong, @userwiths, @weirdan, @WindSoilder, @ysthakur
Note: 0.97.0 was never released. This is the next major version after 0.96.1.
v0.97.0Compare Source
v0.96.1Compare Source
This is the 0.96.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-07-29-nushell_0_96_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @app/dependabot, @devyn, @fdncred, @NotTheDr01ds
v0.96.0Compare Source
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
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @alex-tdrn, @app/dependabot, @ayax79, @cablehead, @devyn, @drmason13, @f3wenbo, @fdncred, @hqsz, @hustcer, @IanManske, @ito-hiroki, @jcgruenhage, @kubouch, @lavafroth, @NotTheDr01ds, @rgwood, @sholderbach, @suimong, @t-mart, @weirdan, @WindSoilder, @YizhePKU, @ysthakur, @zhiburt, @Zoybean
v0.95.0Compare Source
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
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @abusch, @amtoine, @app/dependabot, @ayax79, @cptpiepmatz, @Decodetalkers, @devyn, @edwinjhlee, @Embers-of-the-Fire, @fdncred, @hqsz, @IanManske, @JoaoFidalgo1403, @KAAtheWiseGit, @kubouch, @NotTheDr01ds, @rgwood, @roaldarbol, @sholderbach, @stormasm, @weirdan, @WindSoilder, @ymcx, @zhiburt
v0.94.2Compare Source
This is the 0.94.2 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-06-03-nushell_0_94_2.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
In this release, we're releasing two bugfixes:
run_external::expand_glob()to return paths that are PWD-relative but reflect the original intent by @devyn in #13028This release was made possible by PR contributions from @devyn.
v0.94.1Compare Source
This is the 0.94.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-05-30-nushell_0_94_1.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @devyn, @fdncred, @IanManske, @WindSoilder
v0.94.0Compare Source
This is the 0.94.0 release of Nushell. You can learn more about this release here: http://www.nushell.sh/blog/2024-05-28-nushell_0_94_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @amtoine, @app/dependabot, @ayax79, @cablehead, @cptpiepmatz, @devyn, @ExaltedBagel, @fdncred, @FilipAndersson245, @francesco-gaglione, @hustcer, @IanManske, @kubouch, @lavafroth, @maxim-uvarov, @NotTheDr01ds, @rgwood, @rtpg, @sholderbach, @Skyppex, @szepeviktor, @WindSoilder, @YizhePKU
v0.93.0Compare Source
This is the 0.93.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-04-30-nushell_0_93_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @amtoine, @app/dependabot, @ayax79, @deepanchal, @devyn, @eopb, @fdncred, @friaes, @hustcer, @IanManske, @KAAtheWiseGit, @maxim-uvarov, @merelymyself, @NotTheDr01ds, @oornaque, @poliorcetics, @schrieveslaach, @sholderbach, @singh-priyank, @stormasm, @SylvanBrocard, @texastoland, @TheLostLambda, @WindSoilder, @woosaaahh, @YizhePKU, @ysthakur
v0.92.2Compare Source
This is the 0.92.2 patch release of Nushell.
This hot-fix addresses a security concern with how arguments are passed to external commands on Windows.
The underlying vulnerability was found in the interaction of the Rust standard library we use and the Windows command invocation logic and documented as CVE-2024-24576
To address this concern, we update the version of the Rust compiler and standard library used to build Nushell to the latest stable version (1.77.2).
Note: Distributors of Nushell need to upgrade their Rust toolchain to provide a patched Nushell build.
For convenience, we are providing full patched builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
v0.92.1Compare Source
This is the 0.92.1 patch release of Nushell.
This patch addresses several bugs and regressions present with 0.92.0:
virtualenvintegrations using a hook to activate as an overlay) (#12383)mkdir/touchdid not correctly resolve relative paths after usingcd. This is now fixed. (#12394)0.92.0assumed that you built with the default feature set including thesystem-clipboard. This is not working on platforms like Android/Termux (termux builds withdefault-no-clipboard). Now we only create keybindings inconfig.nuthat are supported on all platforms and provide suggestions as comments. You may want to recreateconfig.nuwith 0.92.1 if you run into this issue. (#12385)For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @deepanchal, @devyn, @fdncred, @IanManske, @kubouch, @merelymyself, @sholderbach
v0.92.0Compare Source
This is the 0.92.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-04-02-nushell_0_92_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @abusch, @AucaCoyan, @dannou812, @dead10ck, @devyn, @dj-sourbrough, @dmatos2012, @Dorumin, @fdncred, @FilipAndersson245, @hustcer, @IanManske, @Jasha10, @JoaoFidalgo1403, @kubouch, @lavafroth, @merelymyself, @nils-degroot, @NotTheDr01ds, @NowackiPatryk, @rgwood, @rtpg, @sarubo, @schrieveslaach, @sholderbach, @Tastaturtaste, @thomassimmer, @VlkrS, @wellweek, @WindSoilder, @YizhePKU, @ysthakur, and @zhiburt
v0.91.0Compare Source
This is the 0.91.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-03-05-nushell_0_91_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @0323pin, @132ikl, @abusch, @astral-l, @ayax79, @CAD97, @crides, @dannou812, @devyn, @dmatos2012, @Dorumin, @fdncred, @FilipAndersson245, @geekvest, @hustcer, @IanManske, @jordanst3wart, @KAAtheWiseGit, @kik4444, @kit494way, @klesh, @kubouch, @lpnh, @nibon7, @nils-degroot, @Olilin1, @PanGan21, @robjwells, @sholderbach, @TrMen, @WindSoilder, @ysthakur, @yurivict, @zhiburt, and @ZzMzaw
v0.90.1Compare Source
This is the 0.90.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-02-06-nushell_0_90_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
v0.89.0Compare Source
This is the 0.89.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-01-09-nushell_0_89_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
New Contributors
Full Changelog: nushell/nushell@0.88.1...0.89.0
nushell/reedline (reedline)
v0.43.0Compare Source
What's Changed
rusqliteto 0.37 by @cptpiepmatz in #9500.43.0release by @sholderbach in #961New Contributors
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.