Skip to content

Commit 2ff9b64

Browse files
authored
release: 0.8.1 (#170)
1 parent b3ce88a commit 2ff9b64

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## v0.8.1 - 2021-11-30
11+
12+
### Fixed
13+
14+
- copy pasta of rename-table into the ban-drop-column rule (#168)
15+
- parsing an index without a name specified (#169)
16+
1017
## v0.8.0 - 2021-10-31
1118

1219
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.8.0"
3+
version = "0.8.1"
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.8.0",
3+
"version": "0.8.1",
44
"description": "linter for PostgreSQL, focused on migrations",
55
"repository": "git@github.com:sbdchd/squawk.git",
66
"author": "Steve Dignam <steve@dignam.xyz>",

0 commit comments

Comments
 (0)