Skip to content

Commit

Permalink
Bumps version to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored and github-actions[bot] committed Mar 29, 2024
1 parent bf28964 commit a20a8bc
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]

## [1.16.2] - 2024-03-29

### Bug Fixes

- If the cursor is after the final semicolon in the query editor, and there is only whitespace after the semicolon, Harlequin will now execute the last query before the semicolon, instead of doing nothing when clicking Run Query or pressing <kbd>ctrl+j</kbd>.
Expand Down Expand Up @@ -577,7 +579,9 @@ All notable changes to this project will be documented in this file.
- Use the DuckDB CLI.
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.16.1...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.16.2...HEAD
[1.16.2]: https://github.com/tconbeer/harlequin/compare/1.16.1...1.16.2
[1.16.1]: https://github.com/tconbeer/harlequin/compare/1.16.0...1.16.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"
version = "1.16.1"
version = "1.16.2"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a20a8bc

Please sign in to comment.