Skip to content

Commit

Permalink
Release v1.1.0. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zinnatullin authored Dec 29, 2016
1 parent 5280206 commit 02ca177
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Version 1.1.0

_2016_12_29_

This release is focused on migration from `tar` + `scp` to `rsync` which increases files transferring speed between machines, especially noticeable on connections slower than 1 Gbit/s. Please make sure you have `rsync` installed on both local and remote machines.

* [PR 35](https://github.com/gojuno/mainframer/pull/35): Replace tar+scp with rsync.

## Version 1.0.2

_2016_12_22_
Expand Down
2 changes: 1 addition & 1 deletion mainframer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo "mainframer v1.0.2"
echo "mainframer v1.1.0"

echo "Start time: $( date )"
BUILD_START_TIME=`date +%s`
Expand Down

0 comments on commit 02ca177

Please sign in to comment.