Skip to content

Commit b4d86ae

Browse files
committed
v0.0.4
1 parent aa36e92 commit b4d86ae

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.4
4+
- Adds support for data in non-US regions
5+
6+
## 0.0.3
7+
- Fixes bug where queries returning zero rows throw an error
8+
39
## 0.0.2
410
- Fixes bugs with sidebar explorer
511
- Implements ability to view table results from explorer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-bigquery-driver",
33
"displayName": "BigQuery Driver for SQLTools",
44
"description": "Run Queries and Explore your BigQuery Database in VSCode",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"engines": {
77
"vscode": "^1.42.0"
88
},
Binary file not shown.

0 commit comments

Comments
 (0)