Today, we're releasing version 0.115.0 of Nu. This release brings a major YAML rework, the new $ans REPL variable for inspecting your last result, Helix-style editing, and a lot of internal cleanup and fixes. Where to get it Nu 0.115.0 is available as pre-built binaries or from crates.io . If you have Rust installed you can install it using cargo install nu .
Published Friday, 2026-08-14, including PRs merged Friday, 2026-08-07 through Thursday, 2026-08-13. Nushell @kronberger-droid: chore(reedline): bumped to latest reedline commit 6b9115d (#18829) fix(config): matched unnamed keybindings by the key they bind (#18828) fix(completion): stopped the cache reordering the answer it stands in for (#18806) bumped reedline to e4fe8ed (#18798) @fdncred: added…
Published Friday, 2026-08-14, including PRs merged Friday, 2026-07-31 through Thursday, 2026-08-06. Nushell @Bahex: feat(format duration/filesize): added completions for units (#18783) @cacdu: fix(save): gave actionable error when structured data has no serializer (#18773) @cptpiepmatz: removed nu! and updated tests (#18776) more updated tests (#18768) @fdncred: bumped deps (#18780) updated…
Published Friday, 2026-08-14, including PRs merged Friday, 2026-07-24 through Thursday, 2026-07-30. Nushell @cptpiepmatz: stabilized unreliable tests in CI (#18756) refactored a handful of tests to use test() (#18748) refactored open tests (#18740) updated the help text of test binaries (#18739) updated kitest (#18727) stopped running CI on lower layers of stacked PRs (#18720) removed --testbin…
Published Friday, 2026-07-24, including PRs merged Friday, 2026-07-17 through Thursday, 2026-07-23. Nushell @fdncred: added splashboard to .gitignore (#18701) bumped reedline dep to latest commit 7eb9bf2 (#18695) updated fff-search to 0.10.1 and tokio to 1.53.1 (#18693) updated agent.md (#18683) bumped nushell to latest reedline commit a2c6e124 (#18681) updated some dependencies (#18678)…
Published Friday, 2026-07-24, including PRs merged Friday, 2026-07-10 through Thursday, 2026-07-16. Nushell @fdncred: fixed par-each hang bug (#18628) updated nushell to latest reedline commit (#18617) Reverted "Add uutils ln command" (#18605) fixed: stop run from trying to parse big non-text files (#18603) made stor and query db more thread-safe (#18569) mut and par-each optimizations for…
Nushell 0.114.1 Today, we're releasing version 0.114.1 of Nu. This patch release fixes issues found after enforce-runtime-annotations became opt-out in the last version, improving runtime type checks and error reporting.
Published Friday, 2026-07-24, including PRs merged Friday, 2026-07-03 through Thursday, 2026-07-09. Nushell @Bahex: fixed type comparisons between table and list<oneof> (#18560) relaxed assignability of list types (#18555) fixed closure's input type to not inherit from scope (#18540) fixed input listen 's output type (#18535) fixed assignment errors to point to the assignment (#18531) added from…
Today, we're releasing version 0.114.0 of Nu. This release brings sharper type checking, POSIX-style -- option parsing, the new run command for pipeline-friendly scripts, and nice built-in support for working with Semantic Versioning. Where to get it Nu 0.114.0 is available as pre-built binaries or from crates.io . If you have Rust installed you can install it using cargo install nu .
Published Friday, 2026-07-24, including PRs merged Friday, 2026-06-26 through Thursday, 2026-07-02. Nushell @cptpiepmatz: Ignored cargo audit errors about quickxml (#18513) Feature gated the nu-heavy-utils crate (#18476) @fdncred: fixed nu --plugins handling (#18500) allowed idx find and idx search to show hits relative to cwd (#18477) bumped reedline to 4d20caf (#18474) added semver as a custom…