Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 2.35 KB

Changelog

0.2.0 (2023-10-13)

⚠ BREAKING CHANGES

  • deps: switch to Uber's maintained fork of gomock (#15)
  • deps: upgrade minimum Go version to 1.18 (from 1.16) (#13)

Features

  • deps: switch to Uber's maintained fork of gomock (#15) (522c71f)
  • deps: upgrade minimum Go version to 1.18 (from 1.16) (#13) (58c73d9)

0.1.4 (2023-04-28)

Features

  • ssh-cli: add ssh CLI based wrapper Runner implementation (#9) (38c5d30)

0.1.3 (2023-04-28)

Bug Fixes

  • sudo: expose env to command being run instead of to sudo itself (#6) (55175e8)

0.1.2 (2022-05-11)

Features

  • testing: add Testing runner implementation (693a1ec)

0.1.1 (2022-05-10)

0.1.0 (2022-05-10)

Features

  • context: add support for running commands with a context.Context (3aa02ce)
  • environment: add support for setting environment variables (69ac5db)
  • license: add MIT license (0d20d3f)
  • initial implementation of Runner (f03fa54)