Skip to content

Commit 7bcc6de

Browse files
committed
version bump
1 parent a6f4460 commit 7bcc6de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Release History
22

3+
# 2.0.8 (2025-09-08)
4+
5+
- Feature: Added support for variant datatype (databricks/databricks-sqlalchemy#42 by @msrathore-db)
6+
37
# 2.0.7 (2025-06-23)
48

59
- Feature: Added support for complex data types such as DatabricksArray and DatabricksMap [Private Preview] (databricks/databricks-sqlalchemy#30 by @jprakash-db)
610

7-
811
# 2.0.6 (2025-04-29)
912

1013
- Relaxed pin for `pyarrow` (databricks/databricks-sqlalchemy#20 by @dhirschfeld)

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.7"
3+
version = "2.0.8"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)