From a9a525d6e5411d7a0d85ab61ccf8ed66ce632bfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:02:06 -0600 Subject: [PATCH] Bumps version to 1.24.0 (#630) Co-authored-by: tconbeer --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d81a4d..461dafd7 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.24.0] - 2024-08-19 + ### Features - For adapters that support canceling queries, Harlequin will now display a "Cancel Query" button while queries are running. @@ -712,7 +714,8 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[unreleased]: https://github.com/tconbeer/harlequin/compare/1.23.2...HEAD +[unreleased]: https://github.com/tconbeer/harlequin/compare/1.24.0...HEAD +[1.24.0]: https://github.com/tconbeer/harlequin/compare/1.23.2...1.24.0 [1.23.2]: https://github.com/tconbeer/harlequin/compare/1.23.1...1.23.2 [1.23.1]: https://github.com/tconbeer/harlequin/compare/1.23.0...1.23.1 [1.23.0]: https://github.com/tconbeer/harlequin/compare/1.22.2...1.23.0 diff --git a/pyproject.toml b/pyproject.toml index c0f0a713..163048d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.23.2" +version = "1.24.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"