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

Commit fe09742

Browse files
committed
Draft a 0.7 release
1 parent 0be0e9e commit fe09742

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
### Unreleased
22

3-
* Implement support for multi-project workspace layout ([#638](https://github.com/rust-lang/rls-vscode/pull/638))
3+
### 0.7.0 - 2019-10-15
4+
5+
* Implement support for multi-project workspace layout 🎉
46
* Remove deprecated `rust.use_crate_blacklist` configuration entry
57

8+
#### Contributors
9+
This minor release was possible thanks to:
10+
* Alex Tugarev
11+
* Igor Matuszewski
12+
* Jannick Johnsen
13+
* lwshang
14+
* Nickolay Ponomarev
15+
16+
(Generated via `git shortlog -s --no-merges 0.6.0...0.7.0 | cut -f2 | sort`)
17+
618
### 0.6.3 - 2019-09-07
719

820
* Fix `rust-client.channel` config type in package.json

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)