Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Feb 2, 2017
1 parent 8fbfcc9 commit 9dbab63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion include/lrdb/server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace lrdb {

#define LRDB_SERVER_VERSION "0.0.1"
#define LRDB_SERVER_VERSION "0.1.9"

/// @brief Debug Server Class
/// template type is messaging communication customization point
Expand Down
2 changes: 2 additions & 0 deletions vscode_extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


## [Unreleased]

## [0.1.9] - 2017-02-03
### Changed
- Added support sourceRequest. It mean can step execute on string chunk.

Expand Down
10 changes: 4 additions & 6 deletions vscode_extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you want embedded debug server to your host program, Please see [this page](h
launch.json example:
```
{
"version": "0.1.0",
"version": "0.2.0",
"configurations": [
{
"type": "lua",
Expand All @@ -39,13 +39,11 @@ launch.json example:
}
```


## Known Issues


## Release Notes


### 0.1.9
- Bug fixes.
- Added support sourceRequest. It mean can step execute on string chunk.
### 0.1.8
- Bug fixes.
- Update Lua 5.3.3 to 5.3.4
Expand Down
2 changes: 1 addition & 1 deletion vscode_extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lrdb",
"displayName": "LRDB",
"description": "Lua Remote DeBugger",
"version": "0.1.8",
"version": "0.1.9",
"publisher": "satoren",
"engines": {
"vscode": "^1.8.0"
Expand Down

0 comments on commit 9dbab63

Please sign in to comment.