Skip to content

Commit

Permalink
Merge pull request #51 from baurine/release-0.3.2
Browse files Browse the repository at this point in the history
bump version to 0.3.2
  • Loading branch information
baurine authored Apr 19, 2021
2 parents 2c45d9b + 05f3d96 commit 4abc1f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@ All notable changes to the "ticode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

### 0.3.2

- Support connect to database by MySQL client one-click - [#50](https://github.com/tidb-incubator/tide/pull/50)

### 0.3.1

- Some slight refinements

### 0.3.0

- Support manage virtual machines by vagrant
- Support deploy a cluster
- Support manage virtual machines by vagrant - [#44](https://github.com/tidb-incubator/tide/pull/44)
- Support deploy a cluster - [#44](https://github.com/tidb-incubator/tide/pull/44)

### 0.2.3

- Auto install TiUP if it doesn't install - [#28](https://github.com/dragonly/ticode/pull/28)
- Fix view log in Linux - [#30](https://github.com/dragonly/ticode/pull/30)
- Auto install TiUP if it doesn't install - [#28](https://github.com/tidb-incubator/tide/pull/28)
- Fix view log in Linux - [#30](https://github.com/tidb-incubator/tide/pull/30)

### 0.0.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "make developing TiDB a breeze",
"icon": "media/logo.png",
"version": "0.3.1",
"version": "0.3.2",
"engines": {
"vscode": "^1.52.0"
},
Expand Down

0 comments on commit 4abc1f2

Please sign in to comment.