Skip to content

Commit

Permalink
Updated version number and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Marus committed Mar 11, 2018
1 parent 72efa0b commit 8e1811d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# V0.1.17

* Improved highlighting in the raw memory view
* Workaround for an issue with <enumeratedValue> having <isDefault> instead of a <value>

# V0.1.16

* Fixed a bug where it may not detect that a port is in use and get a port conflict when starting the GDB server.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,5 +1420,5 @@
"vscode:prepublish": "tsc -p ./",
"watch": "tsc -watch -p ./"
},
"version": "0.1.16"
"version": "0.1.17"
}

0 comments on commit 8e1811d

Please sign in to comment.