Skip to content

Commit

Permalink
Bumps version to 0.0.28 (#205)
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 7, 2023
1 parent 13db174 commit ee1d2ad
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]

## [0.0.28] - 2023-09-07

- Buffers are now restored when harlequin is restarted ([#175](https://github.com/tconbeer/harlequin/issues/175)).

## [0.0.27] - 2023-08-23
Expand Down Expand Up @@ -232,7 +234,9 @@ All notable changes to this project will be documented in this file.
- Use the DuckDB CLI.
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.26...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.28...HEAD
[0.0.28]: https://github.com/tconbeer/harlequin/compare/0.0.26...0.0.28
[0.0.26]: https://github.com/tconbeer/harlequin/compare/0.0.25...0.0.26
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 = "0.0.27"
version = "0.0.28"
description = "A terminal-based SQL IDE for DuckDB"
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ee1d2ad

Please sign in to comment.