Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed May 25, 2020
1 parent c7eb319 commit f87193e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions docs/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ route: /changelog

### v0.21.7 - (Apr 16, 2020)

* **Fix**
* Add multiple hosts option to Cassandra driver. Thanks to [@EpicEric](https://github.com/EpicEric). PR [#577](https://github.com/mtxr/vscode-sqltools/pull/577)
* Fix disappearing connections after browser refresh in Theia #530. Thanks to [@ShimonBenYair](https://github.com/ShimonBenYair). PR [#554](https://github.com/mtxr/vscode-sqltools/pull/554)
* Oracle DB: Improve display of RAW columns. Thanks to [@daniel-liuzzi](https://github.com/daniel-liuzzi). PR [#542](https://github.com/mtxr/vscode-sqltools/pull/542)
* Display results for duplicate column names in Postgres and Mysql queries. Thanks to [@jonestimd](https://github.com/jonestimd). PR [#485](https://github.com/mtxr/vscode-sqltools/pull/485)
* Update pgsql/index.js query() Catch Block. Thanks to [@EdwardChapman](https://github.com/EdwardChapman). PR [#555](https://github.com/mtxr/vscode-sqltools/pull/555)

### v0.21.7 - (Apr 16, 2020)

* **Support**
* Announce VSCode.pro course supporting the extension

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools",
"displayName": "SQLTools - Database tools",
"description": "Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!",
"version": "0.21.7",
"version": "0.21.8",
"publisher": "mtxr",
"license": "MIT",
"main": "../dist/extension.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/core",
"version": "0.21.7",
"version": "0.21.8",
"description": "SQLTools Core Files",
"main": "index.ts",
"author": "Matheus Teixeira <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sqltools/extension",
"displayName": "SQLTools - Database tools",
"description": "Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!",
"version": "0.21.7",
"version": "0.21.8",
"publisher": "mtxr",
"license": "MIT",
"preview": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/language-server",
"version": "0.21.7",
"version": "0.21.8",
"description": "SQLTools Language Server",
"main": "index.ts",
"author": "Matheus Teixeira <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/plugins",
"version": "0.21.7",
"version": "0.21.8",
"description": "SQLTools Plugins",
"author": "Matheus Teixeira <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqltools/ui",
"version": "0.21.7",
"version": "0.21.8",
"description": "UI components for SQLTools",
"main": "noop.ts",
"author": "Matheus Teixeira <[email protected]>",
Expand Down

0 comments on commit f87193e

Please sign in to comment.