Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Feb 11, 2017
1 parent 6648203 commit 0e66347
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
16 changes: 13 additions & 3 deletions vscode_extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@


## [Unreleased]


## [0.2.3] - 2017-02-12
### Changed
- Change protocol of remote debug to jsonrpc
### Fixed
- Fix memory errror on valgrind

## [0.2.2] - 2017-02-09
### Changed
- Improve evaluate on debug console
### Fixed
Expand Down Expand Up @@ -54,9 +63,10 @@
## [0.1.0] - 2017-01-24
- Initial release

[Unreleased]: https://github.com/satoren/LRDB/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/satoren/LRDB/compare/v0.2.0...0.2.2
[0.1.9]: https://github.com/satoren/LRDB/compare/v0.1.9...0.2.0
[Unreleased]: https://github.com/satoren/LRDB/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/satoren/LRDB/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/satoren/LRDB/compare/v0.2.0...v0.2.2
[0.1.9]: https://github.com/satoren/LRDB/compare/v0.1.9...v0.2.0
[0.1.9]: https://github.com/satoren/LRDB/compare/0.1.7...v0.1.9
[0.1.7]: https://github.com/satoren/LRDB/compare/0.1.6...0.1.7
[0.1.6]: https://github.com/satoren/LRDB/compare/0.1.4...0.1.6
Expand Down
3 changes: 3 additions & 0 deletions vscode_extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ launch.json example:

## Release Notes

### 0.2.3
- Change protocol of remote debug to jsonrpc

### 0.2.2
- LRDB Server bug fix.
- Improve evaluate on debug console
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.2.2",
"version": "0.2.3",
"publisher": "satoren",
"engines": {
"vscode": "^1.8.0"
Expand Down

0 comments on commit 0e66347

Please sign in to comment.