From fc1904cc02495e37b0448b51a8287b587e937972 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:21:22 -0600 Subject: [PATCH] Bumps version to 1.23.0 (#604) 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 8121724..76ab3dc 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.23.0] - 2024-07-11 + ### Features - Harlequin now supports an additional [theme](https://harlequin.sh/docs/themes), [`coffee`](https://pygments.org/styles/#coffee). @@ -684,7 +686,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.22.2...HEAD +[unreleased]: https://github.com/tconbeer/harlequin/compare/1.23.0...HEAD +[1.23.0]: https://github.com/tconbeer/harlequin/compare/1.22.2...1.23.0 [1.22.2]: https://github.com/tconbeer/harlequin/compare/1.22.1...1.22.2 [1.22.1]: https://github.com/tconbeer/harlequin/compare/1.22.0...1.22.1 [1.22.0]: https://github.com/tconbeer/harlequin/compare/1.21.0...1.22.0 diff --git a/pyproject.toml b/pyproject.toml index b635d62..5134e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.22.2" +version = "1.23.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"