We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 154f59f + 731b8c3 commit 3f8f569Copy full SHA for 3f8f569
README.md
@@ -2,6 +2,9 @@
2
3
## Release history
4
5
+### v 0.6.1
6
+* clean up dependencies #9
7
+
8
### v 0.6.0
9
* fixed multibyte character handling #7 (by [OWenT](https://github.com/owt5008137))
10
* fixed "clang-format is ignoring the -style setting because of invalid value" #6 (by [OWenT](https://github.com/owt5008137))
package.json
@@ -2,7 +2,7 @@
"name": "clang-format",
"displayName": "Clang-Format",
"description": "Use Clang-Format in Visual Studio Code",
- "version": "0.6.0",
+ "version": "0.6.1",
"publisher": "xaver",
"engines": {
"vscode": "^1.0.0"
0 commit comments