squawk-cli 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
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
+
17
+ ## v0.8.0 - 2021-10-31
18
+
19
+ ### Fixed
20
+
21
+ - false positives with disallowed-unique-constraint and adding-serial-primary-key-field. Thanks @qoelet! (#161)
22
+
10
23
  ## v0.7.3 - 2021-08-11
11
24
 
12
25
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "linter for PostgreSQL, focused on migrations",
5
5
  "repository": "git@github.com:sbdchd/squawk.git",
6
6
  "author": "Steve Dignam <steve@dignam.xyz>",