All Versions
53
Latest Version
Avg Release Cycle
23 days
Latest Release
-

Changelog History
Page 5

  • v0.3.2.1 Changes

    • โž• Add support for help in subcommands. Thanks to Vanessa McHale (GitHub: vmchale) for this contribution
  • v0.3.2.0 Changes

    • ๐Ÿ›  Fix -v switch for hap. Thanks to Sibi (GitHub: psibi) for this contribution
    • โž• Add vc_action to control version control related tasks. Thanks to Sibi (GitHub: psibi) for this contribution
  • v0.3.1.0 Changes

    • ๐Ÿ›  Fixed a bug with repos not being fetched properly.
    • ๐Ÿš€ Implemented concurrent deployment to multiple hosts.
    • ๐Ÿš€ Now completion tokens are dropped automatically like old releases.
  • v0.3.0.1 Changes

    • โฌ‡๏ธ Reduced verbosity of some commands to make reading logs easier.
    • ๐Ÿš€ Restart command is now invoked after activation of new release (as it should).
    • ๐Ÿ›  Fix a typo in flag that specifies SSH port for scp.
    • Ensure that containing directories for files and directories to copy exist before invoking scp.
  • v0.3.0.0 Changes

    • โž• Add proper set of dependency version constraints.
    • ๐Ÿ“œ Use optparse-applicative to parse arguments.
    • ๐Ÿ‘ Allow to specify non-standard SSH port.
    • โฌ‡๏ธ Drop support for GHCs older than 7.10 (because Chris Done's path does not compile with them, see: https://github.com/chrisdone/path/issues/46).
    • ๐Ÿ”ง Now Hapistrano uses hap.yaml file for all its configuration.
    • โž• Added the ability to copy arbitrary files and directories verbatim from local machine to target host.
  • v0.2.1 Changes

    • ๐Ÿ‘‰ Use Stack (#17).
    • ๐Ÿ“ฆ Clean up package (#20).
    • ๐Ÿ›  Fix tests (#25).
  • v0.2.1.2 Changes

    • โž• Add change log (#23).
    • โž• Add README.md to extra source files.
    • ๐Ÿ– Handle missing environment variables more graciously.
    • ๐Ÿ‘ Allow GHC 8 and base 4.9.
  • v0.2.1.1 Changes

    • ๐Ÿ›  Fix tests (#31).
  • v0.2.0.2 Changes

    • ๐Ÿ‘ GHC 7.10 support.
  • v0.2.0.1 Changes

    • ๐Ÿ“š Refactoring and documentation improvements.