Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Apr 1, 2022
1 parent e186c7a commit 0b69de3
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions cv_bridge/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package cv_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.3 (2022-04-01)
------------------
* Add missing dependency on rcpputils (`#427 <https://github.com/ros-perception/vision_opencv/issues/427>`_)
* Contributors: Shane Loretz

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>3.0.2</version>
<version>3.0.3</version>
<description>
This contains CvBridge, which converts between ROS2
Image messages and OpenCV images.
Expand Down
4 changes: 2 additions & 2 deletions image_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package image_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.3 (2022-04-01)
------------------

3.0.2 (2022-01-27)
------------------
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>3.0.2</version>
<version>3.0.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
4 changes: 2 additions & 2 deletions opencv_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package opencv_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.3 (2022-04-01)
------------------

3.0.2 (2022-01-27)
------------------
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>3.0.2</version>
<version>3.0.3</version>
<description>
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2.
</description>
Expand Down
2 changes: 1 addition & 1 deletion opencv_tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='3.0.2',
version='3.0.3',
packages=find_packages(exclude=['launch']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions vision_opencv/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package vision_opencv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.3 (2022-04-01)
------------------

3.0.2 (2022-01-27)
------------------
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>3.0.2</version>
<version>3.0.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 0b69de3

Please sign in to comment.