Skip to content

Commit

Permalink
Bumps version to 1.6.0 (#346)
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 Dec 7, 2023
1 parent 10c98cd commit dbdf504
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.6.0] - 2023-12-07

### Features

- Harlequin can now be configured using a TOML file. The config file can both specify options for Harlequin (like the theme and row limit) and also for installed adapters (like the host, username, and password for a database connection). The config file can define multiple "profiles" (sets of configuration), and you can select the profile to use when starting Harlequin with the `--profile` option (alias `-P`). By default, Harlequin searches the current directory and home directories for files called either `.harlequin.toml` or `pyproject.toml`, and merges the config it finds in them. You can specify a different path using the `--config-path` option. Values loaded from config files can be overridden by passing CLI options ([#206](https://github.com/tconbeer/harlequin/issues/206)).
Expand Down Expand Up @@ -378,7 +380,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.5.0...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.6.0...HEAD

[1.6.0]: https://github.com/tconbeer/harlequin/compare/1.5.0...1.6.0

[1.5.0]: https://github.com/tconbeer/harlequin/compare/1.4.1...1.5.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.5.0"
version = "1.6.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dbdf504

Please sign in to comment.