diff --git a/CHANGELOG.md b/CHANGELOG.md index 57df05996..00b7b632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.5.3 - 2022-05-26 + +### Fixed + +- Don't run background compilation when saving `Package.swift` as it clashes with the resolve that runs at the same time. +- Startup of SourceKit-LSP for single swift files in the root of a workspace. +- SourceKit-LSP server crash when opening a file that contains a space. + ## 0.5.2 - 2022-05-17 ### Added diff --git a/package-lock.json b/package-lock.json index db19787dc..d7090b028 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swift-lang", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swift-lang", - "version": "0.5.2", + "version": "0.5.3", "dependencies": { "@types/plist": "^3.0.2", "plist": "^3.0.5", diff --git a/package.json b/package.json index 8b7fcdb06..9f7f0be88 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "swift-lang", "displayName": "Swift", "description": "Swift Language Support for Visual Studio Code.", - "version": "0.5.2", + "version": "0.5.3", "publisher": "sswg", "icon": "icon.png", "repository": {