File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ deploy:
2828 provider : script
2929 script : release-manager --config .release.yml --check-version --make-version --make-artifact --upload-artifact
3030 on :
31- condition : ' "${TRAVIS_GO_VERSION}" == "1.6 "'
31+ condition : ' "${TRAVIS_GO_VERSION}" == "1.7 "'
3232 tags : true
3333
3434addons :
Original file line number Diff line number Diff line change 1+ Version 0.5.1 (2016-12-19)
2+ --------------------------
3+ Update travis to deploy on Go 1.7 (#76)
4+
15Version 0.5.0 (2016-12-12)
26--------------------------
37Add ability to set a lockfile for a run (#54)
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Used with **[Snowplow] [snowplow]** for scheduled SQL-based transformations of e
1717Assuming you are running on ** 64bit Linux** :
1818
1919``` bash
20- > wget http://dl.bintray.com/snowplow/snowplow-generic/sql_runner_0.5.0_linux_amd64 .zip
21- > unzip sql_runner_0.5.0_linux_amd64 .zip
20+ > wget http://dl.bintray.com/snowplow/snowplow-generic/sql_runner_0.5.1_linux_amd64 .zip
21+ > unzip sql_runner_0.5.1_linux_amd64 .zip
2222> ./sql-runner -usage
2323```
2424
@@ -38,7 +38,7 @@ limitations under the License.
3838[ travis ] : https://travis-ci.org/snowplow/sql-runner
3939[ travis-image ] : https://travis-ci.org/snowplow/sql-runner.png?branch=master
4040
41- [ release-image ] : http://img.shields.io/badge/release-0.5.0 -6ad7e5.svg?style=flat
41+ [ release-image ] : http://img.shields.io/badge/release-0.5.1 -6ad7e5.svg?style=flat
4242[ releases ] : https://github.com/snowplow/sql-runner/releases
4343
4444[ license-image ] : http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Original file line number Diff line number Diff line change 1- 0.5.0
1+ 0.5.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525const (
2626 CLI_NAME = "sql-runner"
2727 CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift and Postgres`
28- CLI_VERSION = "0.5.0 "
28+ CLI_VERSION = "0.5.1 "
2929
3030 SQLROOT_BINARY = "BINARY"
3131 SQLROOT_PLAYBOOK = "PLAYBOOK"
You can’t perform that action at this time.
0 commit comments