summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2023-11-19 13:30:17 -0800
committerAmjith Ramanujam <amjith@netflix.com>2023-11-19 13:30:17 -0800
commit9c0d58c45d4563600fea9b9c035dfda5887c875f (patch)
treee00bb588db9db86e82483215ad253924fd0695c9
parentb8f712cb78bf4b7a300f190c2c9dde48a43fb612 (diff)
Prep for release.
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--CHANGELOG.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 67ba03d..17fd047 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 23.11.0
hooks:
- id: black
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b62259..808b8df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## TBD
+## 1.10.0 - 2022-11-19
### Features
@@ -8,9 +8,9 @@
* Fix [[#146](https://github.com/dbcli/litecli/issues/146)], making sure `.once`
can be used more than once in a session.
-* Fixed setting `successful = True` only when query is executed without exceptions so
+* Fixed setting `successful = True` only when query is executed without exceptions so
failing queries get `successful = False` in `query_history`.
-* Changed `master` to `main` in CONTRIBUTING.md to reflect GitHubs new default branch
+* Changed `master` to `main` in CONTRIBUTING.md to reflect GitHubs new default branch
naming.
* Fixed `.once -o <file>` by opening the output file once per statement instead
of for every line of output ([#148](https://github.com/dbcli/litecli/issues/148)).
@@ -46,7 +46,7 @@
### Bug Fixes
* Upgrade cli_helpers to workaround Pygments regression.
-* Use get_terminal_size from shutil instead of click.
+* Use get_terminal_size from shutil instead of click.
## 1.7.0 - 2022-01-11