diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9a4185..c7fd8a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### Unreleased +### 0.7.7 - 2020-05-13 + * Only synchronize relevant workspace settings for RLS * Rename configuration section to just "Rust" diff --git a/package-lock.json b/package-lock.json index c485b4c9..761921e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rust", - "version": "0.7.6", + "version": "0.7.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e7e9f68..ae095a22 100644 --- a/package.json +++ b/package.json @@ -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.6", + "version": "0.7.7", "publisher": "rust-lang", "icon": "rust-icon.png", "galleryBanner": {