Skip to content

Commit

Permalink
Tmp - Bump to rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
adatzer committed Jun 22, 2022
1 parent 5f58211 commit adad083
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
@@ -1,5 +1,5 @@
Version 0.10.0 (2022-06-23)
---------------------------
Version 0.10.0-rc1 (2022-06-23)
-------------------------------
Exit on flags parsing error (#208)
Fail fast on invalid playbook (#207)
Upgrade yaml library (#206)
Expand Down
8 changes: 4 additions & 4 deletions README.md
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.10.0/sql_runner_0.10.0_darwin_amd64.zip)
* [Linux](https://github.com/snowplow/sql-runner/releases/download/0.10.0/sql_runner_0.10.0_linux_amd64.zip)
* [Windows](https://github.com/snowplow/sql-runner/releases/download/0.10.0/sql_runner_0.10.0_windows_amd64.zip)
* [Darwin (macOS)](https://github.com/snowplow/sql-runner/releases/download/0.10.0-rc1/sql_runner_0.10.0_rc1_darwin_amd64.zip)
* [Linux](https://github.com/snowplow/sql-runner/releases/download/0.10.0-rc1/sql_runner_0.10.0_rc1_linux_amd64.zip)
* [Windows](https://github.com/snowplow/sql-runner/releases/download/0.10.0-rc1/sql_runner_0.10.0_rc1_windows_amd64.zip)

### CLI Output

```bash
sql-runner version: 0.10.0
sql-runner version: 0.10.0-rc1
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
@@ -1 +1 @@
0.10.0
0.10.0-rc1
2 changes: 1 addition & 1 deletion sql_runner/main.go
Expand Up @@ -26,7 +26,7 @@ import (
const (
cliName = "sql-runner"
cliDescription = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
cliVersion = "0.10.0"
cliVersion = "0.10.0-rc1"

sqlrootBinary = "BINARY"
sqlrootPlaybook = "PLAYBOOK"
Expand Down

0 comments on commit adad083

Please sign in to comment.