Skip to content

Commit

Permalink
update release notes; change version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxh0 committed Apr 21, 2017
1 parent 1cf05f6 commit 3751d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ Auto-completion not works in some situations.

## Release Notes

### 0.1.1
- Fixed some syntax highlighting issues.
- Skip the protoc invocation when it's not configured.

### 0.1.0
- Fixed some syntax highlighting issues.
- Use user and workspace settings instead of a custom settings.json file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-proto3",
"displayName": "vscode-proto3",
"description": "Protobuf 3 support for Visual Studio Code",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "zxh404",
"icon": "images/icon.png",
"homepage": "https://github.com/zxh0/vscode-proto3/blob/master/README.md",
Expand Down

0 comments on commit 3751d39

Please sign in to comment.