Skip to content

Commit

Permalink
v0.0.11 (#68)
Browse files Browse the repository at this point in the history
* feat: add read-only option

* chore: update docs, readme

* fix: improve error formatting

* Bumps version to 0.0.11

* chore: add project metadata

---------

Co-authored-by: Ted Conbeer <[email protected]>
  • Loading branch information
github-actions[bot] and tconbeer authored May 18, 2023
1 parent e4694e0 commit aaca4f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.11] - 2023-05-18

- adds a command-line option (`-r`, `-readonly`, or `--read-only`) for opening
the database file in read-only mode.
- after a query is executed and the data is loaded, the focus shifts to the data table.

## [0.0.10] - 2023-05-17

- upgrades duckdb to v0.8.0, which includes some breaking changes around types. Harlequin can no longer support earlier versions of duckdb.
Expand Down Expand Up @@ -65,7 +68,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.10...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.11...HEAD

[0.0.11]: https://github.com/tconbeer/harlequin/compare/0.0.10...0.0.11

[0.0.10]: https://github.com/tconbeer/harlequin/compare/0.0.9...0.0.10

Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tool.poetry]
name = "harlequin"
version = "0.0.10"
description = "A Text User Interface for DuckDB"
version = "0.0.11"
description = "A terminal-based SQL IDE for DuckDB"
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
homepage = "https://harlequin.sh"
repository = "https://github.com/tconbeer/harlequin"
readme = "README.md"
packages = [
{ include = "harlequin", from = "src" },
Expand Down

0 comments on commit aaca4f3

Please sign in to comment.