From ffca3f10b5aee452a48c4e22122a74fab00dd2e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:22:53 -0600 Subject: [PATCH] Bumps version to 0.0.17 (#120) Co-authored-by: tconbeer --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef311e85..ad995146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.0.17] - 2023-06-23 + ### Features + - Supports MotherDuck! `harlequin md:` connects to your MotherDuck instance. Optionally pass token with `--md_token ` and set SaaS mode with `--md_saas`. ### Bug Fixes @@ -118,7 +121,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.16...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.17...HEAD + +[0.0.17]: https://github.com/tconbeer/harlequin/compare/0.0.16...0.0.17 [0.0.16]: https://github.com/tconbeer/harlequin/compare/0.0.15...0.0.16 diff --git a/pyproject.toml b/pyproject.toml index 47c61d69..d398ab70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "0.0.16" +version = "0.0.17" description = "A terminal-based SQL IDE for DuckDB" authors = ["Ted Conbeer "] license = "MIT"