Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit e78420c

Browse files
authored
Bump version to 0.4.1 (#298)
1 parent 8e6422d commit e78420c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Bug fixes
6+
7+
* The extension uses `"rust.rls.env"`. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/291)
8+
9+
* The extension considers if the user specifies `"rust.rls.executable"` when determining arguments passed to RLS. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/291)
10+
11+
* The extension correctly processes `"never"` in `"rust.rls.revealOutputChannelOn"`. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/292)
12+
13+
* The extension can install missing tools. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/293)
14+
315
## 0.4.0
416

517
### Breaking changes

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.4.0)
4+
# Rust for Visual Studio Code (Latest: 0.4.1)
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.4.0",
5+
"version": "0.4.1",
66
"publisher": "kalitaalexey",
77
"license": "MIT",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)