1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Release 1.11.0

Update version number and update documentation

* Option for Cygwin to copy files instead of symlink (#62)
* Support `YADM_DISTRO` in Jinja templates (#68)
* Support pre/post hooks for every command (#70)
This commit is contained in:
Tim Byrne
2017-07-09 23:07:50 -05:00
parent df1f7493ab
commit 4b5b6c44d3
6 changed files with 78 additions and 27 deletions

2
yadm
View File

@@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi
VERSION=1.10.0
VERSION=1.11.0
YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"