Skip to content

Commit 5933b06

Browse files
Prepared for release
1 parent c3cb461 commit 5933b06

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.9.8 (2022-04-22)
2+
--------------------------
3+
Add Application to JDBC driver configuration for identifying Snowplow jobs (#198)
4+
15
Version 0.9.7 (2022-01-25)
26
--------------------------
37
Handle Snowflake error `-00001:` (#191)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ guest> make format
5353

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

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

6060
### CLI Output
6161

6262
```bash
63-
sql-runner version: 0.9.7
63+
sql-runner version: 0.9.8
6464
Run playbooks of SQL scripts in series and parallel on Redshift and Postgres
6565
Usage:
6666
-checkLock string

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.7
1+
0.9.8

sql_runner/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
CLI_NAME = "sql-runner"
2828
CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
29-
CLI_VERSION = "0.9.7"
29+
CLI_VERSION = "0.9.8"
3030

3131
SQLROOT_BINARY = "BINARY"
3232
SQLROOT_PLAYBOOK = "PLAYBOOK"

0 commit comments

Comments
 (0)