From e47e8a8b43b0d0e45e35474c6d291d26b47462cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:42:55 -0600 Subject: [PATCH] Bumps version to 1.2.0-alpha.1 (#290) 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 998eded9..8cb77bae 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.2.0-alpha.1] - 2023-10-22 + ### Bug Fixes - Harlequin's query notifications no longer count whitespace-only queries ([#268](https://github.com/tconbeer/harlequin/issues/268)). @@ -301,7 +303,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.1.1...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.2.0-alpha.1...HEAD + +[1.2.0-alpha.1]: https://github.com/tconbeer/harlequin/compare/1.1.1...1.2.0-alpha.1 [1.1.1]: https://github.com/tconbeer/harlequin/compare/1.1.0...1.1.1 diff --git a/pyproject.toml b/pyproject.toml index c37ff903..42a2de91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.1.1" +version = "1.2.0-alpha.1" description = "The DuckDB IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"