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

Commit e30068a

Browse files
committed
bump version and update changelog
1 parent 80b6dbc commit e30068a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.14.0 - August 11 2017
2+
We did a huge code refactoring with the code base in this milestone. The project consists of two parts, debugger and language features. The former was written in TypeScript from the very begining while the latter was originally written in JavaScript. To make it easier to maintain and contribute, we now port the code base to TypeScript. There are still several files in JavaScript and we will transform step by step.
3+
4+
Notable changes:
5+
* Ruby (ruby -wc) linter honors ruby intepreter path config.
6+
* Update vscode engine to `^1.12.0`, users will not get update if they are using VSCode older than that.
7+
* Load ruby related system environment when extension gets activated. Launch VSCode from Dock will work the same as from command line.
8+
19
### 0.13.0 - August 3 2017
210
Notable changes:
311
* [Make stacktrace handling of missing files more robust](https://github.com/rubyide/vscode-ruby/pull/145)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ruby",
33
"displayName": "Ruby",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)