Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:35
· 416 commits to main since this release

Added

  • Add Command.prefer_local, exposing crate 2.2's bare-name resolution override
  • Add Command.prefer_local, exposing crate 2.2's bare-name resolution override
  • Add a runnable Command.prefer_local example to docs
  • Add ProcessStdin.send_control for interactive control-byte delivery
  • Add ProcessStdin.send_control for interactive control-byte delivery
  • Add Command.prefer_local usage example to docs/commands.md

Changed

  • Broaden Command.priority docstring privilege caveat to cover above_normal and niced-parent normal
  • Bump processkit dependency requirement and lockfile to 2.2.0
  • Bump processkit dependency requirement and lockfile to 2.2.0
  • Broaden Command.priority docstring privilege caveat to cover above_normal and niced-parent normal
  • Initialize integration workspace for batch B-20260709T132808Z
  • Initialize integration workspace for batch B-20260709T144637Z
  • Apply rustfmt to send_control signature
  • Bump processkit dependency to 2.2.1
  • Initialize integration workspace for batch B-20260709T162529Z
  • Bump processkit dependency to 2.2.1

Fixed

  • Fix Windows-incompatible relative path-form assertion in the prefer_local example