Skip to content

Commit b8e499b

Browse files
authored
Bump version to 2.0.7 (#35)
* Version bump * nit
1 parent 4474d5d commit b8e499b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# 2.0.7 (2025-06-23)
4+
5+
- Feature: Added support for complex data types such as DatabricksArray and DatabricksMap [Private Preview] (databricks/databricks-sqlalchemy#30 by @jprakash-db)
6+
7+
38
# 2.0.6 (2025-04-29)
49

510
- 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.6"
3+
version = "2.0.7"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)