Skip to content

Commit

Permalink
Bumps version to 0.0.25 (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <[email protected]>
  • Loading branch information
github-actions[bot] and tconbeer authored Aug 13, 2023
1 parent 7b69e10 commit 79c15e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.25] - 2023-08-13

### New Features

- Harlequin now returns the result of multiple select queries to different tabs in the Results Viewer. To run multiple queries, type them into the Query Editor (separated by semicolons), then press <kbd>ctrl+a</kbd> to select all, and then <kbd>ctrl+enter</kbd> to run the selection ([#34](https://github.com/tconbeer/harlequin/issues/34)).
- If there are multiple results tabs, you can switch between them with <kbd>j</kbd> and <kbd>k</kbd>.

### Bug Fixes

- Fixes issues with the loading state when loading large result sets.

## [0.0.24] - 2023-08-04
Expand Down Expand Up @@ -205,7 +208,9 @@ All notable changes to this project will be documented in this file.
- Use the DuckDB CLI.
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.24...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.25...HEAD
[0.0.25]: https://github.com/tconbeer/harlequin/compare/0.0.24...0.0.25
[0.0.24]: https://github.com/tconbeer/harlequin/compare/0.0.23...0.0.24
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 = "0.0.24"
version = "0.0.25"
description = "A terminal-based SQL IDE for DuckDB"
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 79c15e5

Please sign in to comment.