Skip to content

Commit f3e8795

Browse files
Prepare v0.28.2 (#1312)
1 parent 228f93e commit f3e8795

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
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.2 - (Apr 12, 2024)
11+
12+
See https://github.com/mtxr/vscode-sqltools/releases/tag/v0.28.2
13+
1014
### v0.28.1 - (Nov 13, 2023)
1115

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

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.6.1
8+
9+
- 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).
10+
711
### 0.6.0
812

913
- Support TiDB. Support SSL / TLS options in the `Connection Assistant` panel. Switch from `mysql` library to `mysql2`. [#1113](https://github.com/mtxr/vscode-sqltools/pull/1113) - thanks [@Icemap](https://github.com/Icemap).

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.0",
5+
"version": "0.6.1",
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.3
8+
9+
- Fix problem connecting to AWS RDS postgresql. [#1265](https://github.com/mtxr/vscode-sqltools/pull/1265) - thanks [@jqknono](https://github.com/jqknono)
10+
711
### 0.5.2
812

913
- List schemas in alphabetical order. [#1176](https://github.com/mtxr/vscode-sqltools/issues/1176) - thanks [@bombillazo](https://github.com/bombillazo)

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.2",
5+
"version": "0.5.3",
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.2-SNAPSHOT",
5+
"version": "0.28.2",
66
"publisher": "mtxr",
77
"license": "MIT",
88
"preview": false,

0 commit comments

Comments
 (0)