Skip to content

Commit adf8ea7

Browse files
Bumps version to 2.5.1 (#904)
Co-authored-by: tconbeer <705906+tconbeer@users.noreply.github.com>
1 parent d170807 commit adf8ea7

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.5.1] - 2025-12-19
8+
79
### Bug Fixes
810

911
- Improves Python 3.14 support; re-enables databricks extra for Python 3.14 users; cleans up duckdb dependency for 3.14 users ([#882](https://github.com/tconbeer/harlequin/issues/882), [alexmalins/harlequin-databricks#23](https://github.com/alexmalins/harlequin-databricks/issues/23) - thank you [@alexmalins](https://github.com/alexmalins) for the Databricks fix!).
@@ -865,7 +867,8 @@ All notable changes to this project will be documented in this file.
865867

866868
- Use the DuckDB CLI.
867869

868-
[unreleased]: https://github.com/tconbeer/harlequin/compare/2.5.0...HEAD
870+
[unreleased]: https://github.com/tconbeer/harlequin/compare/2.5.1...HEAD
871+
[2.5.1]: https://github.com/tconbeer/harlequin/compare/2.5.0...2.5.1
869872
[2.5.0]: https://github.com/tconbeer/harlequin/compare/2.4.1...2.5.0
870873
[2.4.1]: https://github.com/tconbeer/harlequin/compare/2.4.0...2.4.1
871874
[2.4.0]: https://github.com/tconbeer/harlequin/compare/2.3.0...2.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "harlequin"
4-
version = "2.5.0"
4+
version = "2.5.1"
55
requires-python = ">=3.10"
66
description = "The SQL IDE for Your Terminal."
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)