Skip to content

Commit

Permalink
Bumps version to 1.19.0 (#535)
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 Apr 25, 2024
1 parent 5a9ebdd commit fe7725b
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.19.0] - 2024-04-25

### Features

- SQLite adapter: Harlequin now executes an initialization script on start-up of the SQLite adapter. By default, it executes the script found at `~/.sqliterc`. To execute a different script, start Harlequin with the `--init-path` option (aliases `-i`/`-init`):
Expand Down Expand Up @@ -628,7 +630,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.18.0...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.19.0...HEAD
[1.19.0]: https://github.com/tconbeer/harlequin/compare/1.18.0...1.19.0
[1.18.0]: https://github.com/tconbeer/harlequin/compare/1.17.0...1.18.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.18.0"
version = "1.19.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fe7725b

Please sign in to comment.