Skip to content

Commit b704741

Browse files
authored
Version Upgrade (#21)
1 parent 3c6c1ea commit b704741

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
# 2.0.5 (2025-02-22)
4+
5+
- Added support for double column types (databricks/databricks-sqlalchemy#19 by @up-stevesloan)
6+
37
# 2.0.4 (2025-01-27)
48

59
- All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sqlalchemy"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)