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

Commit cb1b0aa

Browse files
committed
Update CHANGELOG. Bump to v0.20.0
1 parent 7e0f931 commit cb1b0aa

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.20.0 - Aug 7 2018
2+
First release with the proof of concept internal language server
3+
4+
Notable Changes:
5+
* [Language Server - proof of concept](https://github.com/rubyide/vscode-ruby/pull/366) by [wingrunr21](https://github.com/wingrunr21)
6+
7+
Bug Fixes:
8+
* [Respect the bundler option when formatting](https://github.com/rubyide/vscode-ruby/pull/357) by [narinari](https://github.com/narinari)
9+
10+
Enhanced Documentation:
11+
* [Fixes broken anchor link in README](https://github.com/rubyide/vscode-ruby/pull/362) by [ecbrodie](https://github.com/ecbrodie)
12+
113
### 0.19.0 - Jun 19 2018
214
Notable Changes:
315
* [Fix bug where word match includes colon](https://github.com/rubyide/vscode-ruby/pull/353) by [toddmazierski](https://github.com/toddmazierski)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "Ruby",
2+
"name": "ruby",
33
"displayName": "Ruby",
4-
"version": "0.19.0",
4+
"version": "0.20.0",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {
8-
"name": "Peng Lv"
8+
"name": "Stafford Brunk"
99
},
1010
"contributors": [
1111
{
@@ -144,7 +144,7 @@
144144
"ruby.useLanguageServer": {
145145
"type": "boolean",
146146
"default": false,
147-
"description": "Use experimental built-in language server"
147+
"description": "Use built-in language server"
148148
},
149149
"ruby.codeCompletion": {
150150
"type": [

0 commit comments

Comments
 (0)