Skip to content

Commit

Permalink
Bumps version to 0.0.19 (#130)
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 26, 2023
1 parent b015798 commit 9226c17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.19] - 2023-06-26

### Features

- It's back: select text in the query editor using click and drag ([#42](https://github.com/tconbeer/textual-textarea/issues/42)).

### Bug Fixes

- Fixes a bug where <kbd>PgUp</kbd> could cause a crash ([#46](https://github.com/tconbeer/textual-textarea/issues/46)).

## [0.0.18] - 2023-06-23
Expand Down Expand Up @@ -137,7 +141,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.18...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.19...HEAD

[0.0.19]: https://github.com/tconbeer/harlequin/compare/0.0.18...0.0.19

[0.0.18]: https://github.com/tconbeer/harlequin/compare/0.0.17...0.0.18

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

0 comments on commit 9226c17

Please sign in to comment.