Update version number, README
This commit is contained in:
Родитель
fa0e60f210
Коммит
e831ab716f
|
@ -30,6 +30,11 @@ settings can be stored as part of the project in ``settings.json`` in the
|
|||
|
||||
## Change History
|
||||
|
||||
### Version 0.3.0
|
||||
|
||||
- Build output is now parsed for diagnostics, so errors can be jumped to quickly
|
||||
and easily. [Thanks to twxs!](https://github.com/vector-of-bool/vscode-cmake-tools/issues/2)
|
||||
|
||||
### Version 0.2.5
|
||||
|
||||
- Option to set the path of the CMake executable via the ``cmake.cmakePath``
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "cmake-tools",
|
||||
"displayName": "CMake Tools",
|
||||
"description": "Extended CMake support in Visual Studio Code",
|
||||
"version": "0.2.5",
|
||||
"version": "0.3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vector-of-bool/vscode-cmake-tools"
|
||||
|
|
Загрузка…
Ссылка в новой задаче