From e887504a871706a20066021c498479a8c77c5e67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:19:20 -0600 Subject: [PATCH] Bumps version to 1.20.0 (#539) Co-authored-by: tconbeer --- CHANGELOG.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab3833..59e08d9 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.20.0] - 2024-04-29 + ### Features - For adapters that support it, Harlequin now provides a buttons to toggle the transaction mode of the database connection, and commit and roll back transactions ([#334](https://github.com/tconbeer/harlequin/issues/334)). @@ -13,7 +15,6 @@ All notable changes to this project will be documented in this file. - SQLite adapter: The adapter no longer accepts an `--isolation-level` option on Python 3.12 or higher; instead, the adapter allows autocommit configuration via the Harlequin UI. - ## [1.19.0] - 2024-04-25 ### Features @@ -640,7 +641,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.19.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.20.0...HEAD + +[1.20.0]: https://github.com/tconbeer/harlequin/compare/1.19.0...1.20.0 [1.19.0]: https://github.com/tconbeer/harlequin/compare/1.18.0...1.19.0 diff --git a/pyproject.toml b/pyproject.toml index e9ebb2d..d9ba2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.19.0" +version = "1.20.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"