Bumps version to 0.3.1 (#19)
Co-authored-by: tconbeer <705906+tconbeer@users.noreply.github.com>
This commit is contained in:
parent
80babe642f
commit
5786b38d09
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <tconbeer@users.noreply.github.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue