Skip to content

Commit

Permalink
Bumps version to 1.25.1 (#675)
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 Oct 31, 2024
1 parent 090e321 commit 22b7c79
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.25.1] - 2024-10-31

### Bug Fixes

- Fixes a hang and crash caused by an upstream bug in rendering zero-width containers ([#659](https://github.com/tconbeer/harlequin/issues/659), [#668](https://github.com/tconbeer/harlequin/issues/668), [#672](https://github.com/tconbeer/harlequin/issues/672)).
Expand Down Expand Up @@ -738,7 +740,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.25.0...HEAD
[unreleased]: https://github.com/tconbeer/harlequin/compare/1.25.1...HEAD
[1.25.1]: https://github.com/tconbeer/harlequin/compare/1.25.0...1.25.1
[1.25.0]: https://github.com/tconbeer/harlequin/compare/1.24.1...1.25.0
[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
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.25.0"
version = "1.25.1"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 22b7c79

Please sign in to comment.