From 5786b38d092e04971ad91a042ce743adbdcb69f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:28:31 -0600 Subject: [PATCH] Bumps version to 0.3.1 (#19) 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 876c4dd..f9707de 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.1] - 2025-03-17 + - Fixes a crash caused by ODBC drivers that return non-standard data from a call to `cursor.tables()` ([tconbeer/harlequin#780](https://github.com/tconbeer/harlequin/issues/780) - thank you [@khalid-talakshi](https://github.com/khalid-talakshi)!). ## [0.3.0] - 2025-02-25 @@ -30,7 +32,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.3.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.3.1...HEAD + +[0.3.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/tconbeer/harlequin-odbc/compare/0.2.0...0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 913c383..639b318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin-odbc" -version = "0.3.0" +version = "0.3.1" description = "A Harlequin adapter for ODBC drivers." authors = ["Ted Conbeer "] license = "MIT"