Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 1.33 KB

Next release

  • Your contribution here!

0.4.1 (2015-05-06)

  • Fix Marshal.dump warnings by removing deep_copy workaround that it is no longer needed for the latest SSHKit (#10).

0.4.0 (2015-05-03)

  • Changes to ensure compatibility with the upcoming version of SSHKit (ec3122b).
  • Explicitly specify UTF-8 encoding for source files, for Ruby 1.9.3 compatibility (#9).

0.3.0 (2015-03-28)

  • New config.banner option allows startup message to be disabled or changed (suggestion from @justindowning)
  • New config.command_output option gives full control of whether airbrussh shows or hides the stderr and stdout data received from remote commands; see the usage section of the README for further explanation (suggestion from @carlesso)

0.2.1 (2015-03-02)

  • Un-pin SSHKit dependency now that SSHKit 1.7.1 has been released.

0.2.0 (2015-03-02)

  • Pin SSHKit dependency at ~> 1.6.1 to avoid a bug in 1.7.0 that causes command exit statuses to be omitted from the log.

0.0.1 (2015-02-19)

  • Initial release