Skip to content

Commit

Permalink
Version 0.2.0. Changelog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Mar 11, 2018
1 parent 49aa72d commit 91684ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# OpenCL for Visual Studio Code Change Log

## Version 0.2.0: March 11, 2018

* Added: Hover tooltip for OpenCL Runtime.

![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-hover.gif)

* Added: New icon with transparent background.

## Version 0.1.5: January 13, 2018

* Fixed: Types `ushort`, `uint`, `size_t`, `intptr_t`, `uintptr_t` were not highlighted.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-opencl",
"displayName": "OpenCL",
"description": "OpenCL for Visual Studio Code",
"version": "0.1.5",
"version": "0.2.0",
"publisher": "galarius",
"icon": "images/OpenCL_128x.png",
"author": {
Expand Down

0 comments on commit 91684ed

Please sign in to comment.