From edc65ee658cb4449e0fe97a77a61decab3b5ccd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:02:02 -0700 Subject: [PATCH] Bumps version to 1.7.0 (#353) Co-authored-by: tconbeer --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b7fc1e..153b35b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.7.0] - 2023-12-13 + ### Features - AUTOCOMPLETE! Harlequin's query editor will now offer completions in a drop-down for SQL keywords, functions, and database objects (like tables, views, columns). With the autocomplete list open, use up, down, PgUp, PgDn, to select an option and enter or Tab to insert it into the editor. @@ -399,7 +401,9 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.6.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.7.0...HEAD + +[1.7.0]: https://github.com/tconbeer/harlequin/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/tconbeer/harlequin/compare/1.5.0...1.6.0 diff --git a/pyproject.toml b/pyproject.toml index 7783a990..2c41d20c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.6.0" +version = "1.7.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"