Skip to content

Release v0.12.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 16:59
· 35 commits to main since this release

Highlights

Updated embedded Nushell to 0.112.1 (from 0.111.0). This required bumping the minimum Rust version to 1.92.0.

In xs.nu, job spawn --tag is now job spawn --description to match upstream Nushell changes.

Added an xs.nu integration test that exercises the core commands (.append, .cat, .cas, .get, .last, .id, .remove) through .tmp-spawn. This test now runs in CI across Linux, macOS, and Windows.

Bug fixes

  • fix: .last returns a record when count is 1

Changelog

  • chore: upgrade nushell dependencies to 0.112.1
  • chore: bump rust-version to 1.92.0 (required by nu 0.112.1)
  • chore: bump @astrojs/check to ^0.9.8
  • test: add xs.nu integration test
  • test: add xs.nu integration test to CI
  • fix: .last returns a record when count is 1