Skip to content

Commit c104d08

Browse files
authored
release: 0.7.3 (#158)
1 parent 1bb8ec7 commit c104d08

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "squawk"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Steve Dignam <steve@dignam.xyz>"]
55
edition = "2018"
66
license = "GPL-3.0"

github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "squawk-github"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Steve Dignam <steve@dignam.xyz>"]
55
edition = "2018"
66
license = "GPL-3.0"

linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "squawk-linter"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Steve Dignam <steve@dignam.xyz>"]
55
edition = "2018"
66
license = "GPL-3.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "squawk-cli",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "linter for PostgreSQL, focused on migrations",
55
"repository": "git@github.com:sbdchd/squawk.git",
66
"author": "Steve Dignam <steve@dignam.xyz>",

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "squawk-parser"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
authors = ["Steve Dignam <steve@dignam.xyz>"]
55
edition = "2018"
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)