Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Turtiainen committed Mar 6, 2017
1 parent 550cbd0 commit 19af8fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
8 changes: 4 additions & 4 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log

## Version 0.0.1
* Release date: xx
## Version 0.1.0
* Release date: March 6, 2017

### What's new in this version
* Initial release with goto definition and list file symbols support.
* Initial release with syntax highlight, goto definition and list file symbols support.

### Known issues
## Known issues
* Located [here](https://github.com/tomi/vscode-rf-language-server/blob/master/client/KNOWNISSUES.md)
12 changes: 1 addition & 11 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rf-intellisense",
"displayName": "Robot Framework Intellisense",
"description": "Robot Framework Intellisense",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"publisher": "TomiTurtiainen",
"engines": {
Expand Down Expand Up @@ -48,16 +48,6 @@
"type": "object",
"title": "Robot Framework language server configuration",
"properties": {
"rfLanguageServer.trace.server": {
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Traces the communication between VSCode and the rfLanguageServer service."
},
"rfLanguageServer.includePaths": {
"type": "array",
"default": [],
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rf-intellisense",
"version": "0.0.1",
"version": "0.1.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 19af8fc

Please sign in to comment.