Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package gennodejs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.3 (2020-10-14)
------------------
* Need to re-release

2.0.2-1 (2020-02-07)
------------------
* Fix to handle unicode characters
* Updates to support ROS Noetic
* Support quotes in string constants
* Contributors: Shane Loretz, Emir Cem Gezer, Matt Bittarelli, Matt Vollrath

2.0.1 (2017-2-16)
------------------
* Fix an issue uncovered in checking fixed size message fields
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>gennodejs</name>
<version>2.0.1</version>
<version>2.0.3</version>
<description>
Javascript ROS message and service generators.
</description>
Expand Down