Skip to content

Commit

Permalink
Prepare 0.28.3 release (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Apr 16, 2024
1 parent bc7bf46 commit 3284305
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/src/pages/en/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ order: 10

## v0.28

### v0.28.3 - (Apr 16, 2024)

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

### v0.28.2 - (Apr 12, 2024)

See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.28.2
Expand Down
4 changes: 4 additions & 0 deletions packages/driver.mssql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/

## Changelog

### 0.4.3

- Use NodeJS 16.

### 0.4.2

- Support password storage using SQLTools Driver Credentials service. [#1175](https://github.com/mtxr/vscode-sqltools/pull/1175) - thanks [@raulcesar](https://github.com/raulcesar)
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools-driver-mssql",
"displayName": "SQLTools Microsoft SQL Server/Azure",
"description": "SQLTools Microsoft SQL Server/Azure",
"version": "0.4.3-SNAPSHOT",
"version": "0.4.3",
"engines": {
"vscode": "^1.72.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/driver.mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/

## Changelog

### 0.6.2

- Use NodeJS 16.
- Update mysql2 library package.

### 0.6.1

- 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).
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools-driver-mysql",
"displayName": "SQLTools MySQL/MariaDB/TiDB",
"description": "SQLTools MySQL/MariaDB/TiDB",
"version": "0.6.2-SNAPSHOT",
"version": "0.6.2",
"engines": {
"vscode": "^1.72.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/driver.pg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This package is part of [vscode-sqltools](https://vscode-sqltools.mteixeira.dev/

## Changelog

### 0.5.4

- Use NodeJS 16.

### 0.5.3

- Fix problem connecting to AWS RDS postgresql. [#1265](https://github.com/mtxr/vscode-sqltools/pull/1265) - thanks [@jqknono](https://github.com/jqknono)
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools-driver-pg",
"displayName": "SQLTools PostgreSQL/Cockroach Driver",
"description": "SQLTools PostgreSQL/Cockroach Driver",
"version": "0.5.4-SNAPSHOT",
"version": "0.5.4",
"engines": {
"vscode": "^1.72.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/driver.sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ See [SQLite Start Guide](https://vscode-sqltools.mteixeira.dev/en/drivers/sq-lit

## Changelog

### 0.5.1

- Use NodeJS 16.

### 0.5.0

- Sync with 0.27 release of main extension.
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools-driver-sqlite",
"displayName": "SQLTools SQLite",
"description": "SQLTools SQLite",
"version": "0.5.1-SNAPSHOT",
"version": "0.5.1",
"engines": {
"vscode": "^1.72.0"
},
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",
"displayName": "SQLTools",
"description": "Connecting users to many of the most commonly used databases. Welcome to database management done right.",
"version": "0.28.3-SNAPSHOT",
"version": "0.28.3",
"publisher": "mtxr",
"license": "MIT",
"preview": false,
Expand Down

0 comments on commit 3284305

Please sign in to comment.