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

Commit

Permalink
Prepare a 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed May 6, 2020
1 parent d009c44 commit c11e86c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Unreleased

### 0.7.5 - 2020-05-06

* Remove redundant snippets and improve usability of select ones e.g. `if let`
* Accept rustup toolchain shorthands in `rust-client.channel`, e.g. `stable-gnu` or `nightly-x86_64-msvc`
* Remove deprecated `rust-client.useWsl` setting (use the official
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rust",
"displayName": "Rust (rls)",
"description": "Rust language support - code completion, Intellisense, refactoring, reformatting, errors, snippets. A client for the Rust Language Server, built by the RLS team.",
"version": "0.7.4",
"version": "0.7.5",
"publisher": "rust-lang",
"icon": "rust-icon.png",
"galleryBanner": {
Expand Down

0 comments on commit c11e86c

Please sign in to comment.