summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2021-03-15 12:21:02 -0700
committerAmjith Ramanujam <amjith@netflix.com>2021-03-15 12:21:16 -0700
commit06cafa646af77a8068ac0868905bb07ae13528f9 (patch)
treeb42b9af2e8b1747a959b5c26a1642674cc3e4b24
parent513a495afaafeddd595682905093528cffc9befc (diff)
Update changelog for 1.6.0 release.
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--CHANGELOG.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b268b62..be3886f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
- rev: stable
+ rev: 20.8b1
hooks:
- id: black
language_version: python3.7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ccb53a..d170c9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
### Features
+### Bug Fixes
+
+
+## 1.6.0 - 2021-03-15
+
+### Features
+
- Add verbose feature to `favorite_query` command. (Thanks: [Zhaolong Zhu])
- `\f query` does not show the full SQL.
- `\f+ query` shows the full SQL.