Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG. Bump to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Aug 7, 2018
1 parent 7e0f931 commit cb1b0aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 0.20.0 - Aug 7 2018
First release with the proof of concept internal language server

Notable Changes:
* [Language Server - proof of concept](https://github.com/rubyide/vscode-ruby/pull/366) by [wingrunr21](https://github.com/wingrunr21)

Bug Fixes:
* [Respect the bundler option when formatting](https://github.com/rubyide/vscode-ruby/pull/357) by [narinari](https://github.com/narinari)

Enhanced Documentation:
* [Fixes broken anchor link in README](https://github.com/rubyide/vscode-ruby/pull/362) by [ecbrodie](https://github.com/ecbrodie)

### 0.19.0 - Jun 19 2018
Notable Changes:
* [Fix bug where word match includes colon](https://github.com/rubyide/vscode-ruby/pull/353) by [toddmazierski](https://github.com/toddmazierski)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Ruby",
"name": "ruby",
"displayName": "Ruby",
"version": "0.19.0",
"version": "0.20.0",
"publisher": "rebornix",
"description": "Provides Ruby language and debugging support for Visual Studio Code",
"author": {
"name": "Peng Lv"
"name": "Stafford Brunk"
},
"contributors": [
{
Expand Down Expand Up @@ -144,7 +144,7 @@
"ruby.useLanguageServer": {
"type": "boolean",
"default": false,
"description": "Use experimental built-in language server"
"description": "Use built-in language server"
},
"ruby.codeCompletion": {
"type": [
Expand Down

0 comments on commit cb1b0aa

Please sign in to comment.