Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (20 loc) · 2.3 KB

File metadata and controls

41 lines (20 loc) · 2.3 KB

Changelog

1.2.0 (2025-10-19)

Features

  • append more frequently used bin directory to PATH (#18) (36ef3bb)

Bug Fixes

  • support namespace handling in yq v4.48.1 (#28) (1e01e33)

1.1.0 (2024-05-03)

Features

  • #10 add support for Mac OS shasum command to verify checksums (ccdd941)

Bug Fixes

  • #10 add aarch64 to supported host types (996a7a5)
  • #10 remove inherit_errexit shell option to support older bash versions (fa23b68)
  • #10 replace cp long options by short options for Mac OS coreutils compatibility (5603365)
  • #10 replace readarray with read loop to support older bash versions (a5df7c0)

1.0.0 (2024-03-30)

Features

  • Add initial implementation (8cb7d4f)

Bug Fixes

  • Replace cksum by individual checksum programs to support older coreutils versions (a07e5c0)
  • shellcheck issues (5d20a7b)