Skip to content

Commit f060ec4

Browse files
authored
CHANGELOG for release 1.10.2 (#909)
1 parent b461f8f commit f060ec4

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

CHANGELOG.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
# Changelog
22

3-
## 1.10.1
3+
## 1.10.2 - 2024-06-18
4+
5+
### Added
6+
7+
- Release test run profiles.
8+
- Allow SourceKit-LSP to write to multiple output channels.
9+
- Warn users about lack of symlink privileges on Windows
10+
11+
### Changed
12+
13+
- Renamed `swift-latest` to `Latest Installed Toolchain` in toolchain selection dialog.
14+
- Improved LSP configuration change notification.
15+
- Improved toolchain error message when swift.path exists in settings.
16+
17+
### Fixed
18+
19+
- Removed stale swiftc diagnostics when loading sourcekit-lsp diagnostics.
20+
- Only create fifo pipe when running swift-testing tests.
21+
- Always register the swift-lldb debug adapter provider.
22+
- Use proper lldb path on Windows.
23+
24+
## 1.10.1 - 2024-06-10
425

526
### Fixed
627

728
- Fix XCTest argument format when debugging multiple tests
829
- Add user defined and optional sanitizer/diagnostics arguments to test builds
930
- Silence Terminal on test runs.
1031

11-
## 1.10.0
32+
## 1.10.0 - 2024-06-07
1233

1334
### Added
1435

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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": "1.10.1",
5+
"version": "1.10.2",
66
"publisher": "sswg",
77
"icon": "icon.png",
88
"repository": {
@@ -1167,7 +1167,7 @@
11671167
"coverage": "c8 --clean npm run test",
11681168
"compile-tests": "find ./assets/test -type d -name '.build' -exec rm -rf {} + && npm run compile && npm run esbuild",
11691169
"package": "vsce package",
1170-
"dev-package": "vsce package --no-update-package-json 1.10.2-dev",
1170+
"dev-package": "vsce package --no-update-package-json 1.10.3-dev",
11711171
"preview-package": "vsce package --pre-release",
11721172
"tag": "./scripts/tag_release.sh $npm_package_version",
11731173
"contributors": "./scripts/generate_contributors_list.sh"

0 commit comments

Comments
 (0)