All Versions
53
Latest Version
Avg Release Cycle
23 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.1.0 Changes
June 03, 2020โ Added
- ๐ Support for GHC 8.10
- ๐ Support for aeson-1.5
-
v0.4.0.1 Changes
March 30, 2020๐ Changed
- ๐ Allow
time
1.10 - ๐ฆ Correct the package to reenable Hapistrano in Stackage
- ๐ Allow
-
v0.4.0.0 Changes
March 30, 2020โ Added
- Copy a directory's contents with
local_directory
instead of using git withrepo
andrevision
.
๐ Changed
- โก๏ธ Update upper bounds for
path
andpath-io
packages.
- Copy a directory's contents with
-
v0.3.10.1 Changes
โ Added
- โก๏ธ Update Dockerfile and maintainer.
-
v0.3.10.0 Changes
October 30, 2019โ Added
- Colorize the output in the terminal.
-
v0.3.9.4 Changes
October 28, 2019โ Added
- ๐ Support for GHC 8.8
- ๐ Support for ssh args in the config file.
-
v0.3.9.3 Changes
๐ Changed
- ๐ Support for optparse-applicative-0.15
- ๐ Replace deprecated function "withProcess" to "withProcessTerm" and add the version of "typed-process-0.2.6.0" as extra dependency.
-
v0.3.9.2 Changes
February 07, 2019๐ Changed
- โก๏ธ Update Docker base image from alpine:3.7 to alpine:3.9
-
v0.3.9.1 Changes
January 24, 2019โ Added
- โ Add timestamp to output commands:
[16:29:58, 2019-01-23 (-05)] INFO -- : $ find /tmp/hapistrano/releases/ -maxdepth 1 -type d /tmp/hapistrano/releases/ /tmp/hapistrano/releases/20190123212933
- โ Add timestamp to output commands:
-
v0.3.9.0 Changes
January 10, 2019โ Added
- ๐ Support to deploy to a host that has default
zsh
shell. - ๐ Support to deploy using a different shell. Currently supported:
zsh
andbash
. linked_files
andlinked_dirs
to link files and directories located in the ๐{deploy_path}/shared/
directory.
- ๐ Support to deploy to a host that has default