Skip to content

Commit

Permalink
Bumps version to 1.23.0 (#604)
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 Jul 11, 2024
1 parent 44dbfb5 commit fc1904c
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.23.0] - 2024-07-11

### Features

- Harlequin now supports an additional [theme](https://harlequin.sh/docs/themes), [`coffee`](https://pygments.org/styles/#coffee).
Expand Down Expand Up @@ -684,7 +686,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.22.2...HEAD
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.23.0...HEAD
[1.23.0]: https://github.com/tconbeer/harlequin/compare/1.22.2...1.23.0
[1.22.2]: https://github.com/tconbeer/harlequin/compare/1.22.1...1.22.2
[1.22.1]: https://github.com/tconbeer/harlequin/compare/1.22.0...1.22.1
[1.22.0]: https://github.com/tconbeer/harlequin/compare/1.21.0...1.22.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.22.2"
version = "1.23.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fc1904c

Please sign in to comment.