Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TiganeteaRobert committed Apr 22, 2022
1 parent c3cb461 commit 5933b06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.9.8 (2022-04-22)
--------------------------
Add Application to JDBC driver configuration for identifying Snowplow jobs (#198)

Version 0.9.7 (2022-01-25)
--------------------------
Handle Snowflake error `-00001:` (#191)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ guest> make format

First either compile the binary from source using the above `make` command or download the published Binary directly from the GitHub release:

* [Darwin (macOS)](https://github.com/snowplow/sql-runner/releases/download/0.9.7/sql_runner_0.9.7_darwin_amd64.zip)
* [Linux](https://github.com/snowplow/sql-runner/releases/download/0.9.7/sql_runner_0.9.7_linux_amd64.zip)
* [Windows](https://github.com/snowplow/sql-runner/releases/download/0.9.7/sql_runner_0.9.7_windows_amd64.zip)
* [Darwin (macOS)](https://github.com/snowplow/sql-runner/releases/download/0.9.8/sql_runner_0.9.8_darwin_amd64.zip)
* [Linux](https://github.com/snowplow/sql-runner/releases/download/0.9.8/sql_runner_0.9.8_linux_amd64.zip)
* [Windows](https://github.com/snowplow/sql-runner/releases/download/0.9.8/sql_runner_0.9.8_windows_amd64.zip)

### CLI Output

```bash
sql-runner version: 0.9.7
sql-runner version: 0.9.8
Run playbooks of SQL scripts in series and parallel on Redshift and Postgres
Usage:
-checkLock string
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.7
0.9.8
2 changes: 1 addition & 1 deletion sql_runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
CLI_NAME = "sql-runner"
CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
CLI_VERSION = "0.9.7"
CLI_VERSION = "0.9.8"

SQLROOT_BINARY = "BINARY"
SQLROOT_PLAYBOOK = "PLAYBOOK"
Expand Down

0 comments on commit 5933b06

Please sign in to comment.