Skip to content

Commit

Permalink
Bumps version to 1.10.0 (#406)
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 Jan 11, 2024
1 parent 873b7ce commit e2edb9b
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.10.0] - 2024-01-11

### Features

- Harlequin now loads immediately and connects to your database in the background ([#393](https://github.com/tconbeer/harlequin/issues/393)).
Expand Down Expand Up @@ -475,7 +477,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.9.2...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.10.0...HEAD

[1.10.0]: https://github.com/tconbeer/harlequin/compare/1.9.2...1.10.0

[1.9.2]: https://github.com/tconbeer/harlequin/compare/1.9.1...1.9.2

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.9.2"
version = "1.10.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e2edb9b

Please sign in to comment.