Files
Deepesh Varatharajan e93799db0e nushell: upgrade 0.111.0 -> 0.114.1
Update nushell from 0.111.0 to 0.114.1.

Highlights across v0.112.0 - v0.114.1:

New features:
- Sharper type system with pipeline-aware type inference
- Runtime type checking (enforce-runtime-annotations) now on
  by default
- POSIX '--' end-of-options support for all command types
- 'run' command to use scripts as pipeline stages
- Semantic Versioning support (into semver, semver bump, etc.)
- KDL format support (to kdl, from kdl)
- Set operation commands (union, intersect, difference,
  combinations, permutations)
- 'idx' command family for fast in-memory filesystem indexing
- 'peek' command to inspect stream metadata
- Fish-style abbreviation expansion
- 'random pass' password generator
- 'commandline complete' for programmatic completions access
- Polars upgraded to 0.54 with map-batches and bitwise commands
- New experimental globbing engine (dc-glob)

Breaking changes:
- Submodules no longer implicitly imported
- enforce-runtime-annotations enabled by default
- Reedline vi mode overhaul with visual mode
- from xlsx/from ods reworked (removed --header-row, added
  --noheaders and --first-row)
- Error 'details' field replaces 'json' field in catch blocks
- parse no longer implicitly splits byte streams into lines
- Deprecated str upcase/str downcase replaced by
  str uppercase/str lowercase

Notable bug fixes:
- Fix uninitialized value in let_cxx_string! on panic
- Fix nested update with closure for table columns
- Fix flatten conflicting column renaming
- Fix float ranges (0.1..0.3 now produces [0.1, 0.2, 0.3])
- Fix aliases breaking when shadowed variables
- Fix math abs panic on i64::MIN
- Prevent SIGABRT on terminal close
- Fix try blocks executing code twice
- Fix closure input type incorrectly inheriting from scope
- Better assignment error messages for type mismatches
- Fix for loop variable type inference with union iterables

v0.114.1 is a patch release fixing issues with the new
enforce-runtime-annotations default behavior.

Assisted-by: Kiro CLI 2.12.0 (AI assistant)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-14 10:25:16 -07:00
..
2026-06-30 14:31:18 -07:00
2026-03-03 21:08:14 -08:00
2026-02-25 09:49:48 -08:00
2025-09-27 16:18:15 -07:00
2025-12-02 09:18:19 -08:00
2026-01-12 08:53:42 -08:00
2026-05-31 03:08:56 -07:00
2026-03-18 14:33:33 -07:00
2026-06-26 19:59:33 -07:00
2026-06-28 00:59:13 -07:00
2026-06-30 14:31:19 -07:00
2026-05-12 01:06:49 -07:00
2026-06-09 07:26:34 -07:00
2026-06-28 00:59:14 -07:00
2026-06-21 23:17:18 -07:00
2026-06-28 00:59:16 -07:00
2025-09-27 16:18:15 -07:00
2026-01-30 23:59:07 -08:00
2026-04-10 07:59:53 -07:00
2025-07-30 08:03:06 -07:00
2025-03-31 14:42:06 -07:00
2026-06-28 00:59:14 -07:00
2026-06-30 23:37:18 -07:00
2026-02-02 00:23:13 -08:00
2025-11-06 16:00:50 -08:00
2025-06-09 21:24:11 -07:00
2026-06-28 00:59:15 -07:00
2026-04-13 15:28:24 -07:00
2026-04-10 07:59:54 -07:00
2026-07-08 11:05:03 -07:00
2026-01-22 22:01:00 -08:00
2026-03-27 09:09:02 -07:00
2025-07-25 17:12:12 -07:00
2026-06-28 00:59:15 -07:00
2026-04-10 07:59:50 -07:00
2026-01-27 11:58:29 -08:00
2026-03-25 16:33:18 -07:00
2025-08-09 10:22:39 -07:00
2026-02-20 23:34:22 -08:00
2026-06-28 00:59:14 -07:00
2026-06-28 00:59:14 -07:00
2025-07-11 08:35:05 -07:00
2026-06-30 23:35:39 -07:00
2025-09-24 10:54:44 -07:00