Skip to content

Commit

Permalink
Bumps version to 1.20.0 (#539)
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 committed Apr 29, 2024
1 parent fdd83ea commit e887504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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.20.0] - 2024-04-29

### Features

- For adapters that support it, Harlequin now provides a buttons to toggle the transaction mode of the database connection, and commit and roll back transactions ([#334](https://github.com/tconbeer/harlequin/issues/334)).
Expand All @@ -13,7 +15,6 @@ All notable changes to this project will be documented in this file.

- SQLite adapter: The adapter no longer accepts an `--isolation-level` option on Python 3.12 or higher; instead, the adapter allows autocommit configuration via the Harlequin UI.


## [1.19.0] - 2024-04-25

### Features
Expand Down Expand Up @@ -640,7 +641,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.19.0...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.20.0...HEAD
[1.20.0]: https://github.com/tconbeer/harlequin/compare/1.19.0...1.20.0
[1.19.0]: https://github.com/tconbeer/harlequin/compare/1.18.0...1.19.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.19.0"
version = "1.20.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit e887504

Please sign in to comment.