Bumps version to 0.2.0 (#15)
Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
This commit is contained in:
parent
ebfbf8f6e3
commit
28de7165bd
2 changed files with 9 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- Drops support for Python 3.8
|
## [0.2.0] - 2025-01-08
|
||||||
- Adds support for Python 3.13
|
|
||||||
- Adds support for Harlequin 2.X
|
- Drops support for Python 3.8
|
||||||
|
- Adds support for Python 3.13
|
||||||
|
- Adds support for Harlequin 2.X
|
||||||
|
|
||||||
## [0.1.1] - 2024-01-09
|
## [0.1.1] - 2024-01-09
|
||||||
|
|
||||||
|
|
@ -20,7 +22,9 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- Adds a basic ODBC adapter.
|
- 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
|
[0.1.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...0.1.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "harlequin-odbc"
|
name = "harlequin-odbc"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
description = "A Harlequin adapter for ODBC drivers."
|
description = "A Harlequin adapter for ODBC drivers."
|
||||||
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
|
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue