Skip to content

Commit f55d6fb

Browse files
authored
Bump version to 0.4.0 (editor-rs#279)
1 parent 4375913 commit f55d6fb

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### Breaking changes
6+
7+
* `"rust.forceLegacyMode"` has been removed and `rust.mode` has been introduced as a replacement. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/251)
8+
9+
### Bug fixes
10+
11+
* The extension logs errors happened during racer initialization properly. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/258)
12+
13+
* The extension can start racer even if the path to it contains spaces. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/233)
14+
15+
* The extension can execute Cargo command in the terminal even if the arguments contain spaces. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/234)
16+
17+
* The extension can create a playground even if `"rust.cargoCwd"` is specified. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/275)
18+
19+
* The extension can create a playground on the latest version of vscode. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/275)
20+
21+
### Features
22+
23+
* The extension uses the nightly toolchain to work with RLS. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/246)
24+
25+
* The extension asks to install the nightly toolchain and installs it. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/249)
26+
27+
* The extension shows installing components via rustup in the output channel. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/250)
28+
29+
* The extension asks to choose the mode in which the function will function. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/251)
30+
31+
* The extension can use rustfmt when functioning in the RLS mode. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/257)
32+
33+
* The extension asks to choose the toolchain which will be used for installing components, running Cargo commands. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/267)
34+
35+
* The completion is not shown when the cursor in the comment. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/278)
36+
37+
### Misc
38+
39+
* The extension does not ask to update rustup before installing rls. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/244)
40+
341
## 0.3.14
442

543
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://api.travis-ci.org/editor-rs/vscode-rust.svg)](https://travis-ci.org/editor-rs/vscode-rust)
22
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/vscode-rust/Lobby)
33

4-
# Rust for Visual Studio Code (Latest: 0.3.14)
4+
# Rust for Visual Studio Code (Latest: 0.4.0)
55

66
## What is the repository?
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-rust",
33
"displayName": "Rust",
44
"description": "Rust language integration for VSCode",
5-
"version": "0.3.14",
5+
"version": "0.4.0",
66
"publisher": "kalitaalexey",
77
"license": "MIT",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)