From fe7725b335f183a8ee0164f1caf1e0fac81c7311 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:46:04 -0600 Subject: [PATCH] Bumps version to 1.19.0 (#535) 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 381e658a..ace7277e 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.19.0] - 2024-04-25 + ### Features - SQLite adapter: Harlequin now executes an initialization script on start-up of the SQLite adapter. By default, it executes the script found at `~/.sqliterc`. To execute a different script, start Harlequin with the `--init-path` option (aliases `-i`/`-init`): @@ -628,7 +630,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.18.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.19.0...HEAD + +[1.19.0]: https://github.com/tconbeer/harlequin/compare/1.18.0...1.19.0 [1.18.0]: https://github.com/tconbeer/harlequin/compare/1.17.0...1.18.0 diff --git a/pyproject.toml b/pyproject.toml index d09561d3..b823d533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.18.0" +version = "1.19.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"