Bumps version to 0.2.0 (#15)

Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-01-08 11:12:09 -07:00 committed by GitHub
commit 28de7165bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.2.0] - 2025-01-08
- Drops support for Python 3.8
- Adds support for Python 3.13
- Adds support for Harlequin 2.X
@ -20,7 +22,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.1.1...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.2.0...HEAD
[0.2.0]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "harlequin-odbc"
version = "0.1.1"
version = "0.2.0"
description = "A Harlequin adapter for ODBC drivers."
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
license = "MIT"