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

Commit 6179c3e

Browse files
committed
Update CHANGELOG. Bump to v0.19.0
1 parent 2a4f2b8 commit 6179c3e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 0.19.0 - Jun 19 2018
2+
Notable Changes:
3+
* [Fix bug where word match includes colon](https://github.com/rubyide/vscode-ruby/pull/353) by [toddmazierski](https://github.com/toddmazierski)
4+
* [Only override paths when file actually exists within cwd/remoteRoot](https://github.com/rubyide/vscode-ruby/pull/350) by [stefansedich](https://github.com/stefansedich)
5+
* [Remove explicit gem versions](https://github.com/rubyide/vscode-ruby/pull/334) by [perlun](https://github.com/perlun)
6+
* [Restrict language server to local files](https://github.com/rubyide/vscode-ruby/pull/326) by [lostintangent](https://github.com/lostintangent)
7+
8+
Enhanced Documentation:
9+
* [Add README clarifications for rubyLocate and Solargraph](https://github.com/rubyide/vscode-ruby/pull/340) by [lumean](https://github.com/lumean)
10+
11+
112
### 0.18.0 - Apr 10 2018
213

314
Notable changes:

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ruby",
33
"displayName": "Ruby",
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {
@@ -23,6 +23,10 @@
2323
{
2424
"name": "Lex Li",
2525
"url": "https://github.com/lextm"
26+
},
27+
{
28+
"name": "Stafford Brunk",
29+
"url": "https://github.com/wingrunr21"
2630
}
2731
],
2832
"engines": {

0 commit comments

Comments
 (0)