Update version, readme, and changelog

This commit is contained in:
vector-of-bool 2017-12-19 23:50:42 -07:00
Родитель 4bf3e1412c
Коммит 6f32e977d8
3 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -27,6 +27,11 @@
- Bugfixes:
- Debugging works again in the VSCode October update
- Various
- **0.10.4**:
- Tweaks:
- VSWhere is now bundled with the extension, so it isn't required to be
installed at a specific version. Fixes #254 and #235.
- Request for feedback and beta testing.
### **0.9.0**

Просмотреть файл

@ -51,6 +51,11 @@ For more information, see [this issue](https://github.com/vector-of-bool/vscode-
- Bugfixes:
- Debugging works again in the VSCode October update
- Various
- **0.10.4**:
- Tweaks:
- VSWhere is now bundled with the extension, so it isn't required to be
installed at a specific version. Fixes #254 and #235.
- Request for feedback and beta testing.
As always: Please report any issues, questions, or comments to the GitHub
project issues list!

Просмотреть файл

@ -2,7 +2,7 @@
"name": "cmake-tools",
"displayName": "CMake Tools",
"description": "Extended CMake support in Visual Studio Code",
"version": "0.10.3",
"version": "0.10.4",
"repository": {
"type": "git",
"url": "https://github.com/vector-of-bool/vscode-cmake-tools"