diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8cec064..f252b28a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.6.0 - TBD + +### Added + +- Support for [multi-root .code-workspace](https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces) workspaces ([#1566](https://github.com/swiftlang/vscode-swift/pull/1566)) +- Notify user if the `xcode-select`ed Xcode doesn't match setting ([#1563](https://github.com/swiftlang/vscode-swift/pull/1563)) + +### Fixed + +- Do not show non-"swift" tasks in the project panel ([#1620](https://github.com/swiftlang/vscode-swift/pull/1620)) +- Make sure activation does not fail when `swift.path` is `null` ([#1616](https://github.com/swiftlang/vscode-swift/pull/1616)) +- Fix `Swift: Reset Package Dependencies` command on Windows ([#1614](https://github.com/swiftlang/vscode-swift/pull/1614)) + ## 2.4.0 - 2025-06-11 ### Added diff --git a/package-lock.json b/package-lock.json index 64222ea70..7c50cfa3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swift-vscode", - "version": "2.4.0", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swift-vscode", - "version": "2.4.0", + "version": "2.6.0", "hasInstallScript": true, "dependencies": { "@vscode/codicons": "^0.0.36", diff --git a/package.json b/package.json index 64a65c7ed..9a134f3a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "swift-vscode", "displayName": "Swift", "description": "Swift Language Support for Visual Studio Code.", - "version": "2.4.0", + "version": "2.6.0", "publisher": "swiftlang", "icon": "icon.png", "repository": {