Skip to content

Commit 287ee39

Browse files
authored
Merge pull request #12500 from microsoft/seanmcm/1_21_3_release
Update changelog and version for 1.21.3. (#12499)
2 parents 4fe5650 + 8a8fd88 commit 287ee39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Extension/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.21.2: July 18, 2024
3+
## Version 1.21.3: July 24, 2024
4+
* Fix a crash on Linux ARM OS's. [#12497](https://github.com/microsoft/vscode-cpptools/issues/12497)
5+
6+
## Version 1.21.2: July 12, 2024
47
### Enhancements
58
* Add `see` and `sa` to the `C_Cpp.doxygen.sectionTags` setting. [#12384](https://github.com/microsoft/vscode-cpptools/issues/12384)
69
* Update the vcpkg header database. [PR #12430](https://github.com/microsoft/vscode-cpptools/pull/12430)

Extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.21.2-main",
5+
"version": "1.21.3-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)