Skip to content

Commit 2cd60ca

Browse files
authored
Release activities for 1.11.2 (swiftlang#1091)
1 parent 6efb5ce commit 2cd60ca

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.11.2 - 2024-09-23
4+
5+
### Fixed
6+
7+
- Fixed several debugging issues on Windows ([#1083](https://github.com/swiftlang/vscode-swift/pull/1083))
8+
- Correct filtering of test names that share a common prefix ([#1086](https://github.com/swiftlang/vscode-swift/pull/1086))
9+
- Prevent truncation of diagnostic messages on Windows ([#1082](https://github.com/swiftlang/vscode-swift/pull/1082))
10+
- Provide diagnostics for C/C++ source ([#1062](https://github.com/swiftlang/vscode-swift/pull/1062))
11+
312
## 1.11.1 - 2024-09-17
413

514
### Fixed

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: 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": "1.11.1",
5+
"version": "1.11.2",
66
"publisher": "sswg",
77
"icon": "icon.png",
88
"repository": {
@@ -1282,7 +1282,7 @@
12821282
"coverage": "npm test -- --coverage",
12831283
"compile-tests": "del-cli ./assets/test/**/.build && npm run compile && npm run esbuild",
12841284
"package": "vsce package",
1285-
"dev-package": "vsce package --no-update-package-json 1.11.1-dev",
1285+
"dev-package": "vsce package --no-update-package-json 1.12.0-dev",
12861286
"preview-package": "vsce package --pre-release",
12871287
"tag": "./scripts/tag_release.sh $npm_package_version",
12881288
"contributors": "./scripts/generate_contributors_list.sh"

0 commit comments

Comments
 (0)