Skip to content

Commit

Permalink
[docs] Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zchrissirhcz committed Oct 22, 2023
1 parent ae38678 commit c85b8cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.0.2
- Add `add_compile_definitions()` for highlight.
- Add `CMAKE_EXPORT_COMPILE_COMMANDS` for highlight.
- Add `CMAKE_C_STANDARD` and `CMAKE_CXX_STANDARD` for highlight.
- Add `STATUS` and `FATAL_ERROR` for highlight.

## 0.0.1
- Add `add_link_options()` for highlight.
- Add `include_guard` for highlight.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-highlight",
"version": "0.0.2-dev",
"version": "0.0.2",
"publisher": "zchrissirhcz",
"displayName": "CMake Highlight",
"description": "CMake language support for Visual Studio Code",
Expand Down

0 comments on commit c85b8cc

Please sign in to comment.