From a4658eff97ba8c1a615a6d5b532c06d909ffa1c1 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Wed, 20 Jul 2022 21:07:46 -0400 Subject: [PATCH] 0.15.0 (#235) --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9df1e08..e67bf82c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,7 +1585,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "squawk" -version = "0.14.0" +version = "0.15.0" dependencies = [ "atty", "base64 0.12.3", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 71711cfe..80814fdc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squawk" -version = "0.14.0" +version = "0.15.0" authors = ["Steve Dignam "] edition = "2018" license = "GPL-3.0" diff --git a/package.json b/package.json index 0fca2d15..f4bf333f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squawk-cli", - "version": "0.14.0", + "version": "0.15.0", "description": "linter for PostgreSQL, focused on migrations", "repository": "git@github.com:sbdchd/squawk.git", "author": "Steve Dignam ",