From 507b75a96837059ec3fb6c7a2c93f8607c63a4c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:03:09 -0700 Subject: [PATCH] Bumps version to 0.3.0 (#17) Co-authored-by: tconbeer <705906+tconbeer@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5b8bb..24739f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.3.0] - 2025-02-25 + - The Data Catalog now displays all databases on the connected server, not just the currently-connected database ([tconbeer/harlequin#415](https://github.com/tconbeer/harlequin/discussions/415)). - Columns in the Data Catalog are now fetched lazily ([#12](https://github.com/tconbeer/harlequin-odbc/issues/12), [#13](https://github.com/tconbeer/harlequin-odbc/issues/13)). - Data Catalog items now support basic interactions ([#14](https://github.com/tconbeer/harlequin-odbc/issues/14)). @@ -26,7 +28,9 @@ All notable changes to this project will be documented in this file. - Adds a basic ODBC adapter. -[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.2.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.3.0...HEAD + +[0.3.0]: https://github.com/tconbeer/harlequin-odbc/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.1...0.2.0 diff --git a/pyproject.toml b/pyproject.toml index 51716dd..913c383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin-odbc" -version = "0.2.0" +version = "0.3.0" description = "A Harlequin adapter for ODBC drivers." authors = ["Ted Conbeer "] license = "MIT"