Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit f52b2f6

Browse files
committed
Cut a 0.7.2 release
1 parent 5ba3d87 commit f52b2f6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
### 0.7.2 - 2020-04-17
4+
35
* Fix a bug where rustup didn't install all of the required components for the RLS
46
* Don't warn on custom `rust-client.channel` value such as `1.39.0` in properties.json
57
* Add a new `default` value for `rust-client.channel` (same as setting it explicitly to `null`)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rust",
33
"displayName": "Rust (rls)",
44
"description": "Rust language support - code completion, Intellisense, refactoring, reformatting, errors, snippets. A client for the Rust Language Server, built by the RLS team.",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"publisher": "rust-lang",
77
"icon": "rust-icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)