Skip to content

Commit 551895a

Browse files
v0.0.2
1 parent f7e1cd1 commit 551895a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## v0.0.1 (2025-02-02)
88

9-
- Initial release
9+
- Initial release
10+
11+
## v0.0.1 (2025-02-02)
12+
13+
- Minor fix

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We ask that you do not publicly disclose the vulnerability until we have had a c
1212

1313
The Quick C++ extension follows a continuous improvement cycle, with the latest stable version receiving the most attention for security patches. We recommend users update to the latest release to benefit from ongoing security improvements.
1414

15-
- Current stable version: 0.0.1
15+
- Current stable version: 0.0.2
1616
- Older versions (if any) may no longer receive security updates.
1717

1818
## Security Best Practices

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@
44
"description": "Run and debug C++ code inline within VS Code.",
55
"publisher": "codegyan",
66
"author": "Prathmesh Yelne",
7-
"version": "0.0.1",
7+
"version": "0.0.2",
88
"engines": {
99
"vscode": "^1.96.0"
1010
},
11+
"icon": "images/icon.png",
1112
"categories": [
1213
"Programming Languages"
1314
],
15+
"keywords": [
16+
"QuickCPP",
17+
"QuickCPP Extension",
18+
"vs extension",
19+
"Fast Extension",
20+
"coding",
21+
"Codegyan",
22+
"Prathmesh Yelne"
23+
],
1424
"activationEvents": [
1525
"onLanguage:cpp"
1626
],

0 commit comments

Comments
 (0)