Skip to content

Commit ae92ddb

Browse files
authored
v0.5.1 release (swiftlang#299)
* v0.5.1 release * Update CHANGELOG.md * Update package-lock.json
1 parent 7f516ec commit ae92ddb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.5.1 - 2022-05-10
8+
9+
### Added
10+
11+
- Improve error messaging when extension fails to start.
12+
- Error message for when LLDB setup fails.
13+
14+
15+
### Fixed
16+
17+
- Running non-Swift LLDB on Windows
18+
719
## 0.5.0 - 2022-05-02
820

921
Version 0.5.0 of vscode-swift now requires v1.65.0 of Visual Studio Code

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "swift-lang",
33
"displayName": "Swift",
44
"description": "Swift Language Support for Visual Studio Code.",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"publisher": "sswg",
77
"icon": "icon.png",
88
"repository": {

0 commit comments

Comments
 (0)