Skip to content

Commit

Permalink
Bumps version to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored and github-actions[bot] committed Oct 9, 2024
1 parent 302b26e commit 44e2008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.25.0] - 2024-10-09

### Features

- Harlequin's Data Catalog is now interactive! Adapters can define interactions on catalog nodes, which can be selected via a context menu by right-clicking on nodes in the context menu or pressing `.` (this binding is configurable via the `data_catalog.show_context_menu` action) ([#213](https://github.com/tconbeer/harlequin/issues/213)).
Expand Down Expand Up @@ -732,7 +734,8 @@ All notable changes to this project will be documented in this file.
- Use the DuckDB CLI.
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.24.1...HEAD
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.25.0...HEAD
[1.25.0]: https://github.com/tconbeer/harlequin/compare/1.24.1...1.25.0
[1.24.1]: https://github.com/tconbeer/harlequin/compare/1.24.0...1.24.1
[1.24.0]: https://github.com/tconbeer/harlequin/compare/1.23.2...1.24.0
[1.23.2]: https://github.com/tconbeer/harlequin/compare/1.23.1...1.23.2
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"
version = "1.24.1"
version = "1.25.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 44e2008

Please sign in to comment.