Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Oct 24, 2019
1 parent a1b6e15 commit bb2ee01
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
7 changes: 7 additions & 0 deletions cv_bridge/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package cv_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.3 (2019-10-23)
------------------
* populate array.array directly instead of converting to and from a string (`#305 <https://github.com/ros-perception/vision_opencv/issues/305>`_)
* include Boost to fix Windows build (`#290 <https://github.com/ros-perception/vision_opencv/issues/290>`_)
* Export interfaces for Win32 Shared Lib (`#301 <https://github.com/ros-perception/vision_opencv/issues/301>`_)
* Contributors: Dirk Thomas, Jonathan Noyola, Sean Yen

2.1.2 (2019-05-30)
------------------
* Suppress Boost Python warning. (`#279 <https://github.com/ros-perception/vision_opencv/issues/279>`_)
Expand Down
2 changes: 1 addition & 1 deletion cv_bridge/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>cv_bridge</name>
<version>2.1.2</version>
<version>2.1.3</version>
<description>
This contains CvBridge, which converts between ROS2
Image messages and OpenCV images.
Expand Down
3 changes: 3 additions & 0 deletions image_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package image_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.3 (2019-10-23)
------------------

2.1.2 (2019-05-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion image_geometry/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>image_geometry</name>
<version>2.1.2</version>
<version>2.1.3</version>
<description>
`image_geometry` contains C++ and Python libraries for interpreting images
geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo
Expand Down
3 changes: 3 additions & 0 deletions opencv_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package opencv_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.3 (2019-10-23)
------------------

2.1.2 (2019-05-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion opencv_tests/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>opencv_tests</name>
<version>2.1.2</version>
<version>2.1.3</version>
<description>
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2.
</description>
Expand Down
3 changes: 3 additions & 0 deletions vision_opencv/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package vision_opencv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1.3 (2019-10-23)
------------------

2.1.2 (2019-05-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion vision_opencv/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>vision_opencv</name>
<version>2.1.2</version>
<version>2.1.3</version>
<description>Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description>
<maintainer email="[email protected]">Ethan Gao</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit bb2ee01

Please sign in to comment.