diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bad4ae5..be93656c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.0.15] - 2023-06-17 + - Adds checkbox for Limit with a configurable input ([#35](https://github.com/tconbeer/harlequin/issues/35)). - Adds more obvious Run Query button ([#76](https://github.com/tconbeer/harlequin/issues/76)). -- Press ctrl+b to toggle (hide/show) the Data Catalog sidebar. +- Press ctrl+b to toggle (hide/show) the Data Catalog sidebar. ([#29](https://github.com/tconbeer/harlequin/issues/29), [#103](https://github.com/tconbeer/harlequin/issues/103)) - Removes the Header for more working space. ## [0.0.14] - 2023-06-15 @@ -22,7 +24,7 @@ All notable changes to this project will be documented in this file. ### Bug Fixes -- Reimplements ctrl+` to format files (regression from 0.0.13) +- Reimplements ctrl+\` to format files (regression from 0.0.13) - Updates textual_textarea, which fixes two bugs when opening files and another bug related to scrolling the TextArea. @@ -92,7 +94,7 @@ All notable changes to this project will be documented in this file. - Queries now run asynchronously. - Errors from DuckDB are now handled and shown in a pop-up. - View columns and data types in the schema viewer sidebar. -- Queries can be formatted using ctrl+`. +- Queries can be formatted using ctrl+\`. - Queries can be saved using ctrl+s and opened (loaded) using ctrl+o. ## [0.0.2] - 2023-05-02 @@ -104,7 +106,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.14...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.15...HEAD + +[0.0.15]: https://github.com/tconbeer/harlequin/compare/0.0.14...0.0.15 [0.0.14]: https://github.com/tconbeer/harlequin/compare/0.0.13...0.0.14 diff --git a/pyproject.toml b/pyproject.toml index 031898e7..bcb281ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "0.0.14" +version = "0.0.15" description = "A terminal-based SQL IDE for DuckDB" authors = ["Ted Conbeer "] license = "MIT"