Skip to content

Commit 5cac3b8

Browse files
committed
release v0.5.2
1 parent f76f050 commit 5cac3b8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## Unreleased
3+
## v0.5.2
4+
5+
- When clicking `Run All`, cells now execute in series. Previously, cells executed in parallel.
46

57
- New configuration option for maximum number of result rows before truncating the result table.
68
Defaults to `25`.
@@ -11,6 +13,10 @@
1113
}
1214
```
1315

16+
## v0.5.1
17+
18+
- Fix for `mysql` driver result tables that caused each row to render with its own header.
19+
1420
## v0.5.0
1521

1622
- Bundle `sqls` language server into `vscode-sql-notebook`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"url": "https://github.com/cmoog/vscode-sql-notebook"
99
},
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"preview": false,
1212
"engines": {
1313
"vscode": "^1.59.0"

0 commit comments

Comments
 (0)