From e2edb9b016feed57b185646ab17a686ad8bdeda2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:06:52 -0700 Subject: [PATCH] Bumps version to 1.10.0 (#406) 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 471cb91d..1628bb61 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.10.0] - 2024-01-11 + ### Features - Harlequin now loads immediately and connects to your database in the background ([#393](https://github.com/tconbeer/harlequin/issues/393)). @@ -475,7 +477,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.9.2...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.10.0...HEAD + +[1.10.0]: https://github.com/tconbeer/harlequin/compare/1.9.2...1.10.0 [1.9.2]: https://github.com/tconbeer/harlequin/compare/1.9.1...1.9.2 diff --git a/pyproject.toml b/pyproject.toml index 13ec3e82..a8481d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.9.2" +version = "1.10.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"