Skip to content

Commit 3284305

Browse files
Prepare 0.28.3 release (#1316)
1 parent bc7bf46 commit 3284305

File tree

10 files changed

+26
-5
lines changed

10 files changed

+26
-5
lines changed

docs/src/pages/en/changelog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ order: 10
77

88
## v0.28
99

10+
### v0.28.3 - (Apr 16, 2024)
11+
12+
See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.28.3
13+
1014
### v0.28.2 - (Apr 12, 2024)
1115

1216
See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.28.2

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.3
8+
9+
- Use NodeJS 16.
10+
711
### 0.4.2
812

913
- Support password storage using SQLTools Driver Credentials service. [#1175](https://github.com/mtxr/vscode-sqltools/pull/1175) - thanks [@raulcesar](https://github.com/raulcesar)

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.4.3-SNAPSHOT",
5+
"version": "0.4.3",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

packages/driver.mysql/README.md

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

55
## Changelog
66

7+
### 0.6.2
8+
9+
- Use NodeJS 16.
10+
- Update mysql2 library package.
11+
712
### 0.6.1
813

914
- Delete SSL config if SSL is disabled on MySQL driver. [#1271](https://github.com/mtxr/vscode-sqltools/pull/1271) - thanks [@Fludem](https://github.com/Fludem).

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/TiDB",
44
"description": "SQLTools MySQL/MariaDB/TiDB",
5-
"version": "0.6.2-SNAPSHOT",
5+
"version": "0.6.2",
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.4
8+
9+
- Use NodeJS 16.
10+
711
### 0.5.3
812

913
- Fix problem connecting to AWS RDS postgresql. [#1265](https://github.com/mtxr/vscode-sqltools/pull/1265) - thanks [@jqknono](https://github.com/jqknono)

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.5.4-SNAPSHOT",
5+
"version": "0.5.4",
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.1
10+
11+
- Use NodeJS 16.
12+
913
### 0.5.0
1014

1115
- Sync with 0.27 release of main extension.

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.5.1-SNAPSHOT",
5+
"version": "0.5.1",
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.28.3-SNAPSHOT",
5+
"version": "0.28.3",
66
"publisher": "mtxr",
77
"license": "MIT",
88
"preview": false,

0 commit comments

Comments
 (0)