From 9226c17cee492b3adbe1abb25096a55e2d5a36c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:35:46 -0600 Subject: [PATCH] Bumps version to 0.0.19 (#130) Co-authored-by: tconbeer --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8474d2ed..2c69eb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.0.19] - 2023-06-26 + ### Features + - It's back: select text in the query editor using click and drag ([#42](https://github.com/tconbeer/textual-textarea/issues/42)). ### Bug Fixes + - Fixes a bug where PgUp could cause a crash ([#46](https://github.com/tconbeer/textual-textarea/issues/46)). ## [0.0.18] - 2023-06-23 @@ -137,7 +141,9 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.18...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.19...HEAD + +[0.0.19]: https://github.com/tconbeer/harlequin/compare/0.0.18...0.0.19 [0.0.18]: https://github.com/tconbeer/harlequin/compare/0.0.17...0.0.18 diff --git a/pyproject.toml b/pyproject.toml index 866f426b..7a2f107f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "0.0.18" +version = "0.0.19" description = "A terminal-based SQL IDE for DuckDB" authors = ["Ted Conbeer "] license = "MIT"