Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed May 28, 2020
1 parent ce09f64 commit 0565f23
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 4 deletions.
5 changes: 5 additions & 0 deletions compressed_depth_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package compressed_depth_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2020-05-28)
------------------
* Use non-deprecated image_transport headers (`#59 <https://github.com/ros-perception/image_transport_plugins/issues/59>`_)
* Contributors: Michael Carroll

2.2.1 (2019-10-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion compressed_depth_image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>compressed_depth_image_transport</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>
Compressed_depth_image_transport provides a plugin to image_transport for transparently sending
depth images (raw, floating-point) using PNG compression.
Expand Down
6 changes: 6 additions & 0 deletions compressed_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package compressed_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2020-05-28)
------------------
* Use non-deprecated image_transport headers (`#59 <https://github.com/ros-perception/image_transport_plugins/issues/59>`_)
* Add parameter declarations (`#52 <https://github.com/ros-perception/image_transport_plugins/issues/52>`_)
* Contributors: Michael Carroll, Łukasz Mitka

2.2.1 (2019-10-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion compressed_image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>compressed_image_transport</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>
Compressed_image_transport provides a plugin to image_transport for transparently sending images
encoded as JPEG or PNG.
Expand Down
3 changes: 3 additions & 0 deletions image_transport_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package image_transport_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2020-05-28)
------------------

2.2.1 (2019-10-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion image_transport_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- TODO: Make this a metapackage, see
https://github.com/ros2/ros2/issues/408 -->
<name>image_transport_plugins</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>
A set of plugins for publishing and subscribing to sensor_msgs/Image topics
in representations other than raw pixel data. For example, for viewing a
Expand Down
3 changes: 3 additions & 0 deletions theora_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package theora_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2020-05-28)
------------------

2.2.1 (2019-10-23)
------------------
* Remove dependency to ${PROJECT_NAME} (`#46 <https://github.com/ros-perception/image_transport_plugins/issues/46>`_)
Expand Down
2 changes: 1 addition & 1 deletion theora_image_transport/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>theora_image_transport</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>
Theora_image_transport provides a plugin to image_transport for
transparently sending an image stream encoded with the Theora codec.
Expand Down

0 comments on commit 0565f23

Please sign in to comment.