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

Commit 04cbec2

Browse files
committed
Bump version to 0.7.1
1 parent cdfeeb2 commit 04cbec2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.1 - 2020-04-16
4+
35
* Limit scope of few extension-specific settings to `machine`
46
* Bump required VSCode to 1.36
57
* Change `thread::spawn` snippet to activate on `thread_spawn` prefix

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.0",
5+
"version": "0.7.1",
66
"publisher": "rust-lang",
77
"icon": "rust-icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)