From 8b48c769c6e1a29bfe08b470c169fc495becc8e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:17:34 -0700 Subject: [PATCH] Bumps version to 1.7.1 (#356) 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 377864dd..16c4de29 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.1] - 2023-12-14 + ### Bug Fixes - Fixes a crash when using `harlequin-postgres` and executing a select statement that returns zero records. @@ -405,7 +407,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.7.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.7.1...HEAD + +[1.7.1]: https://github.com/tconbeer/harlequin/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/tconbeer/harlequin/compare/1.6.0...1.7.0 diff --git a/pyproject.toml b/pyproject.toml index d9aee66f..1e64a0da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.7.0" +version = "1.7.1" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"