Skip to content

Commit

Permalink
Bumps version to 1.24.1 (#648)
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 Sep 25, 2024
1 parent 7578c12 commit 436d460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.24.1] - 2024-09-25

### Bug Fixes

- DuckDB & SQLite adapters: fix bug to properly resolve initialization script paths starting with `~` (i.e. user's home dir) supplied to `--init-path` ([#646](https://github.com/tconbeer/harlequin/pull/646)).
Expand Down Expand Up @@ -718,7 +720,8 @@ All notable changes to this project will be documented in this file.

- Use the DuckDB CLI.

[unreleased]: https://github.com/tconbeer/harlequin/compare/1.24.0...HEAD
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.24.1...HEAD
[1.24.1]: https://github.com/tconbeer/harlequin/compare/1.24.0...1.24.1
[1.24.0]: https://github.com/tconbeer/harlequin/compare/1.23.2...1.24.0
[1.23.2]: https://github.com/tconbeer/harlequin/compare/1.23.1...1.23.2
[1.23.1]: https://github.com/tconbeer/harlequin/compare/1.23.0...1.23.1
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.24.0"
version = "1.24.1"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 436d460

Please sign in to comment.