Skip to content

Commit a6089ed

Browse files
authored
Update CHANGELOG.md, setup for v0.2.0 (swiftlang#113)
* Update CHANGELOG.md * Update for v0.2.0
1 parent c9fe9f6 commit a6089ed

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.2.0 - 2022-01-20
8+
9+
### Added
10+
- Build tasks for all folders in the workspace
11+
- Resolve and update commands which update current folder
12+
- Reset and clean commands
13+
- Restart language client in correct folder when moving between folders in the workspace
14+
- "sourcekit-lsp.serverPath" configuration option for path to sourcekit-lsp executable
15+
- Status item when loading packages
16+
- Resolve and reset package buttons to dependency view
17+
- Cache contents of Package.resolved for use across different systems
18+
19+
### Changed
20+
- Cleanup Language client code
21+
- Package dependency view updates based on current folder
22+
23+
### Fixed
24+
- Use correct workspace folder in launch.json program name
25+
726
## 0.1.1 - 2021-12-27
827

928
### Fixed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
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.1.1",
5+
"version": "0.2.0",
66
"publisher": "sswg",
77
"icon": "icon.png",
88
"repository": {
@@ -225,7 +225,7 @@
225225
"mocha": "^9.1.3",
226226
"prettier": "2.5.1",
227227
"typescript": "^4.4.4",
228-
"vsce": "^2.5.3"
228+
"vsce": "^2.6.3"
229229
},
230230
"dependencies": {
231231
"@types/plist": "^3.0.2",

0 commit comments

Comments
 (0)