sshkit v0.0.2 Release Notes

Release Date: 2017-06-23 // almost 7 years ago
  • https://github.com/bitcrowd/sshkit.ex/compare/v0.0.1...v0.0.2

    Potentially breaking changes:

    • ๐Ÿ“‡ Renamed response from remotely executed commands from 'normal' to 'stdout' [#34]
    • ๐Ÿ“‡ Renamed SSHKit.pwd to SSHKit.path [#33] Thanks @brienw for the idea

    ๐Ÿ†• New features:

    ๐Ÿ›  Fixes:

    • ๐Ÿ”ง Accept binaries (not only charlists) for configuration. Thanks @svoynow
    • ๐Ÿ›  Fixed a bug that prevented SSHKit.env from working [#35]