Skip to content

Commit

Permalink
Bumps version to 0.0.23 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 3, 2023
1 parent 34b1e44 commit 87d9681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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]

## [0.0.23] - 2023-08-03

- Changes the behavior of the "Run Query" button and <kbd>ctrl+enter</kbd>:
- If text is selected, and that text does not contain parsing errors, the "Run Query" button will show "Run Selection", and <kbd>ctrl+enter</kbd> will run the selected text. If multiple queries are selected (separated by semicolons), they will all be run; if multiple `select` statements are selected, only data from the first selected `select` statement will be loaded into the Results Viewer (or exported).
- If no text is selected, Harlequin will run the single query where the cursor is active. Other queries before and after semicolons will not be run.
Expand Down Expand Up @@ -182,7 +184,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.22...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.23...HEAD

[0.0.23]: https://github.com/tconbeer/harlequin/compare/0.0.22...0.0.23

[0.0.22]: https://github.com/tconbeer/harlequin/compare/0.0.21...0.0.22

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.22"
version = "0.0.23"
description = "A terminal-based SQL IDE for DuckDB"
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 87d9681

Please sign in to comment.