Skip to content

Commit 7ca09c7

Browse files
committed
Version 3.0
1 parent 402056e commit 7ca09c7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
# 3.0.0 2020/1/13
4+
- Support connect to postgresql and sqlserver.
5+
- Reduce resource consumption.
6+
- Fix cannot edit json column data.
7+
38
# 2.9.2 2021/1/4
49

510
- Better result view border color.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vscode-mysql-client2",
33
"displayName": "MySQL",
4-
"description": "MySQL Client for vscode",
5-
"version": "2.9.2",
4+
"description": "Database Client for vscode",
5+
"version": "3.0.0",
66
"publisher": "cweijan",
77
"icon": "resources/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)