Skip to content

Commit

Permalink
Bumps version to 1.16.0 (#474)
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 Feb 22, 2024
1 parent de12035 commit 67b7229
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.16.0] - 2024-02-22

### Changes

- The default search path and priority for config files has changed, to better align with the standard defined by each operating system. Harlequin now loads config files from the following locations (and merges them, with items listed first taking priority):
1. The file located at the path provided by the `--config-path` CLI option.
2. Files named `harlequin.toml`, `.harlequin.toml`, or `pyproject.toml` in the current working directory.
3. Files named `harlequin.toml`, `.harlequin.toml`, or `config.toml` in the user's default config directory, in the `harlequin` subdirectory. For example:
- Linux: `$XDG_CONFIG_HOME/harlequin/config.toml` or `~/.config/harlequin/config.toml`
- Mac: `~/Library/Application Support/harlequin/config.toml`
- Windows: `~\AppData\Local\harlequin\config.toml`
4. Files named `harlequin.toml`, `.harlequin.toml`, or `pyproject.toml` in the user's home directory (`~`).
([#471](https://github.com/tconbeer/harlequin/issues/471))
1. The file located at the path provided by the `--config-path` CLI option.
2. Files named `harlequin.toml`, `.harlequin.toml`, or `pyproject.toml` in the current working directory.
3. Files named `harlequin.toml`, `.harlequin.toml`, or `config.toml` in the user's default config directory, in the `harlequin` subdirectory. For example:
- Linux: `$XDG_CONFIG_HOME/harlequin/config.toml` or `~/.config/harlequin/config.toml`
- Mac: `~/Library/Application Support/harlequin/config.toml`
- Windows: `~\AppData\Local\harlequin\config.toml`
4. Files named `harlequin.toml`, `.harlequin.toml`, or `pyproject.toml` in the user's home directory (`~`).
([#471](https://github.com/tconbeer/harlequin/issues/471))

### Features

Expand Down Expand Up @@ -565,7 +567,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.15.0...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.16.0...HEAD
[1.16.0]: https://github.com/tconbeer/harlequin/compare/1.15.0...1.16.0
[1.15.0]: https://github.com/tconbeer/harlequin/compare/1.14.0...1.15.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.15.0"
version = "1.16.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 67b7229

Please sign in to comment.