Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmalins committed Jan 7, 2025
1 parent 819aaae commit ae2cc84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Note if you have a question about usage or a feature request, use the Discussion

OS version: <!-- Windows 11/Linux/macOS etc. -->
Python version: <!-- 3.9/3.10/3.11/3.12 -->
harlequin-databricks version: <!-- ex. 0.5.1 -->
harlequin-databricks version: <!-- ex. 0.5.2 -->
harlequin version: <!-- ex. 1.24.0 -->
Installed via: <!-- pip/conda-forge -->

Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.5.2] - 2025-01-07

### Breaking Changes
- Drops support for Python 3.8 (#17).
- Drops support for Python 3.8 (#17).
- Require latest versions of Harlequin `>=1.25.2`, databricks-sql-connector `>=3.7.0` and
databricks-sdk `>=0.40.0` (optional extra), and avoid upper version bounds on requirements to avoid
dependency hell (more here: https://github.com/databricks/databricks-sql-python/pull/452 &
https://github.com/tconbeer/harlequin/pull/714/commits/a50dfacd17e6626002c21e3c3bfd7e80203a0ea8#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R64)
(#17).

### Code Quality
- Reduce unused mypy ignores (#17).
Expand Down Expand Up @@ -98,7 +105,9 @@ is the one written with hyphens not underscores.

- Adds a Databricks adapter for SQL warehouses and DBR interactive clusters.

[Unreleased]: https://github.com/alexmalins/harlequin-databricks/compare/0.5.1...HEAD
[Unreleased]: https://github.com/alexmalins/harlequin-databricks/compare/0.5.2...HEAD

[0.5.2]: https://github.com/alexmalins/harlequin-databricks/compare/0.5.1...0.5.2

[0.5.1]: https://github.com/alexmalins/harlequin-databricks/compare/0.5.0...0.5.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "harlequin-databricks"
version = "0.5.1"
version = "0.5.2"
description = "A Harlequin adapter for Databricks."
authors = [
"Zach Shirah <zachshirah01@gmail.com>",
Expand Down

0 comments on commit ae2cc84

Please sign in to comment.