Bumps version to 0.4.0 (#23)
Co-authored-by: tconbeer <705906+tconbeer@users.noreply.github.com>
This commit is contained in:
parent
463e6f9330
commit
6de3bce738
3 changed files with 18 additions and 20 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.0] - 2025-10-29
|
||||||
|
|
||||||
- Drops support for Python 3.9; adds support for Python 3.14
|
- Drops support for Python 3.9; adds support for Python 3.14
|
||||||
- This project is now built using uv.
|
- This project is now built using uv.
|
||||||
|
|
||||||
|
|
@ -35,14 +37,10 @@ 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.3.1...HEAD
|
[unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.4.0...HEAD
|
||||||
|
[0.4.0]: https://github.com/tconbeer/harlequin-odbc/compare/0.3.1...0.4.0
|
||||||
[0.3.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.3.0...0.3.1
|
[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
|
[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
|
[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
|
||||||
|
|
||||||
[0.1.0]: https://github.com/tconbeer/harlequin-odbc/compare/dbe2dbd1da1930117c1572ca751d9cd9d43928b6...0.1.0
|
[0.1.0]: https://github.com/tconbeer/harlequin-odbc/compare/dbe2dbd1da1930117c1572ca751d9cd9d43928b6...0.1.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "harlequin-odbc"
|
name = "harlequin-odbc"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
description = "A Harlequin adapter for ODBC drivers."
|
description = "A Harlequin adapter for ODBC drivers."
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Ted Conbeer", email = "tconbeer@users.noreply.github.com"},
|
{name = "Ted Conbeer", email = "tconbeer@users.noreply.github.com"},
|
||||||
|
|
|
||||||
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -132,7 +132,7 @@ name = "exceptiongroup"
|
||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
source = { registry = "https://pypi.org/simple" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
||||||
]
|
]
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
|
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
|
||||||
wheels = [
|
wheels = [
|
||||||
|
|
@ -173,7 +173,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "harlequin-odbc"
|
name = "harlequin-odbc"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "duckdb", version = "1.5.0.dev86", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.14'" },
|
{ name = "duckdb", version = "1.5.0.dev86", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.14'" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue