Skip to content

Commit

Permalink
Update version, CHANGELOG add CONTRIBUTORS
Browse files Browse the repository at this point in the history
version --> 0.5.0
  • Loading branch information
zxh0 committed Oct 13, 2020
1 parent 7338b92 commit f3ec717
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Release Notes

### 0.5.0
- Fixed some highlighting issues (issue#45 and issue#91)
- doc(clang-format): add documentation on multiple formatting options (pr#81)
- Update format to respect pwd so formatting files are used properly (pr#82)
- Include instructions for fixing "spawnsync clang-format enoent" on MacOS. (pr#83)
- Fixed issue#84 (pr#85)
- Add configuration option for compile all action (pr#89)

### 0.4.2
- Fixed issue#74

Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ Giorgio Azzinnaro <[email protected]>
Matthew Hickford <[email protected]>
Samuel Davidson <[email protected]>
Weslen Nascimento <[email protected]>
Tommy PAGEARD <[email protected]>
Trent Houliston <[email protected]>
Phlippie <[email protected]>
codingfanlt <[email protected]>
Thomas <[email protected]>
40 changes: 25 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2",
"version": "0.5.0",
"publisher": "zxh404",
"license": "SEE LICENSE IN LICENSE.txt",
"icon": "images/vscode_extension_icon.png",
Expand Down

0 comments on commit f3ec717

Please sign in to comment.