Skip to content

Commit

Permalink
Bumps version to 1.23.2 (#624)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tconbeer authored Aug 15, 2024
1 parent 492c524 commit 4c12bb3
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.2] - 2024-08-15

### Bug Fixes

- Fixes an issue where uncommenting a line using the uncomment action could indent the line by an additional space ([#616](https://github.com/tconbeer/harlequin/issues/616) - thank you [@harrymconner](https://github.com/harrymconner)!).
Expand Down Expand Up @@ -697,7 +699,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.23.1...HEAD
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.23.2...HEAD
[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
[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
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.23.1"
version = "1.23.2"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 4c12bb3

Please sign in to comment.