Skip to content

Commit

Permalink
Version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jun 14, 2024
1 parent 9c8b9fe commit 07fac97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.4

* Fixes error that caused the `Format SQL` bitton to appear even when disabled in the settings

## 0.4.3

* Trigger autocomplete only when the cell begins with `%sql` or `%%sql`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupysql-plugin",
"version": "0.4.3",
"version": "0.4.4",
"description": "Jupyterlab extension for JupySQL",
"private": true,
"keywords": [
Expand Down

0 comments on commit 07fac97

Please sign in to comment.