Skip to content

Commit

Permalink
Bumps version to 1.22.1 (#584)
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 Jun 28, 2024
1 parent 9ff0862 commit 8e75eed
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.22.1] - 2024-06-28

### Bug Fixes

- Harlequin no longer hard-codes the `ctrl+q` binding to the Quit action (previously this could not be changed with a keymap). If your keymap does not define a binding for Quit, Harlequin will use `ctrl+q` so that you can always exit the app, even with a bad keymap.
Expand Down Expand Up @@ -662,7 +664,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.22.0...HEAD
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.22.1...HEAD
[1.22.1]: https://github.com/tconbeer/harlequin/compare/1.22.0...1.22.1
[1.22.0]: https://github.com/tconbeer/harlequin/compare/1.21.0...1.22.0
[1.21.0]: https://github.com/tconbeer/harlequin/compare/1.20.0...1.21.0
[1.20.0]: https://github.com/tconbeer/harlequin/compare/1.19.0...1.20.0
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.22.0"
version = "1.22.1"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8e75eed

Please sign in to comment.