Skip to content

Commit

Permalink
Prepare for 0.6.9 release (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeygui authored Aug 19, 2021
1 parent 3bdc9f2 commit 4f071b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.6.9
* [#429] Contribution by RyanDraves - Start ROS Core/Daemon if not running when launch debugging
* [#435] Contribution by RyanDraves - Support ROS Test launch file debugging
* [#470] Support VSCode Trusted Workspaces feature
* [#476] Fixes to auto-launch
* [#498] Support GDB Pretty Printing for Watch Window
* [#497] No longer droping Log folders all over
* [#499] ROS2 colcon Fixes, neutralize commands between ROS1 and ROS2
* [#501] Fixes when using ROS in a container
* Update many dependencies
* Update documentation

## 0.6.8

* [#443]https://github.com/ms-iot/vscode-ros/issues/443) URDF preview not working
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-ros",
"version": "0.6.8",
"version": "0.6.9",
"publisher": "ms-iot",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit 4f071b2

Please sign in to comment.