Skip to content

Commit

Permalink
Bumps version to 0.0.14 (#98)
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 15, 2023
1 parent cab5f43 commit 91a1b7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 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]

## [0.0.14] - 2023-06-15

### Features

- The schema viewer (now called Data Catalog) now supports multiple databases.
Expand All @@ -12,6 +14,7 @@ All notable changes to this project will be documented in this file.
- Harlequin can be opened with multiple databases by passing them as CLI args:
`harlequin f1.db iris.db`. Databases can also be attached or detached using
SQL executed in Harlequin.

### Bug Fixes

- Reimplements ``ctrl+` `` to format files (regression from 0.0.13)
Expand Down Expand Up @@ -97,7 +100,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.13...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.14...HEAD

[0.0.14]: https://github.com/tconbeer/harlequin/compare/0.0.13...0.0.14

[0.0.13]: https://github.com/tconbeer/harlequin/compare/0.0.12...0.0.13

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

0 comments on commit 91a1b7c

Please sign in to comment.