Skip to content

Commit 0146836

Browse files
Prepare v0.27.0 (#1078)
* Prepare v0.27.0 release * Fix a test script for SQLite driver * Improve MySQL README * Update README for @sqltools/[email protected]
1 parent a43b5a1 commit 0146836

File tree

12 files changed

+36
-6
lines changed

12 files changed

+36
-6
lines changed

docs/src/pages/en/changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ layout: ../../layouts/MainLayout.astro
55
order: 10
66
---
77

8+
## v0.27
9+
10+
### v0.27.0 - (Jan 4, 2023)
11+
12+
See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.27.0
13+
814
## v0.26
915

1016
### v0.26.0 - (Nov 10, 2022)

packages/driver.mssql/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
44

55
## Changelog
66

7+
### 0.4.0
8+
9+
- Sync with 0.27 release of main extension.
10+
711
### 0.3.0
812

913
- Sync with 0.24 release of main extension.

packages/driver.mssql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-driver-mssql",
33
"displayName": "SQLTools Microsoft SQL Server/Azure",
44
"description": "SQLTools Microsoft SQL Server/Azure",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

packages/driver.mysql/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
44

55
## Changelog
66

7+
### 0.5.0
8+
9+
- Add "SQLTools Driver Credentials" password mode, using new authentication provider feature of 0.27 main extension release to store connection password securely. [#1066](https://github.com/mtxr/vscode-sqltools/pull/1066)
10+
711
### 0.4.1
812

913
- Fix table and column searching. [#1015](https://github.com/mtxr/vscode-sqltools/pull/1015)

packages/driver.mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-driver-mysql",
33
"displayName": "SQLTools MySQL/MariaDB",
44
"description": "SQLTools MySQL/MariaDB",
5-
"version": "0.5.0-SNAPSHOT",
5+
"version": "0.5.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

packages/driver.pg/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/
44

55
## Changelog
66

7+
### 0.5.0
8+
9+
- Sync with 0.27 release of main extension.
10+
711
### 0.4.0
812

913
- No longer promote as an official driver for Redshift. [#991](https://github.com/mtxr/vscode-sqltools/pull/991)

packages/driver.pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-driver-pg",
33
"displayName": "SQLTools PostgreSQL/Cockroach Driver",
44
"description": "SQLTools PostgreSQL/Cockroach Driver",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

packages/driver.sqlite/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ See [SQLite Start Guide](https://vscode-sqltools.mteixeira.dev/en/drivers/sq-lit
66

77
## Changelog
88

9+
### 0.5.0
10+
11+
- Sync with 0.27 release of main extension.
12+
913
### 0.4.1
1014

1115
- Link from README to Start Guide (see above).

packages/driver.sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-driver-sqlite",
33
"displayName": "SQLTools SQLite",
44
"description": "SQLTools SQLite",
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools",
33
"displayName": "SQLTools",
44
"description": "Connecting users to many of the most commonly used databases. Welcome to database management done right.",
5-
"version": "0.27.0-SNAPSHOT",
5+
"version": "0.27.0",
66
"publisher": "mtxr",
77
"license": "MIT",
88
"preview": false,

0 commit comments

Comments
 (0)