Skip to content

Commit f8ebc68

Browse files
committed
2.1.0
1 parent 04d60a6 commit f8ebc68

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cv_bridge/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package cv_bridge
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.0 (2018-11-26)
6+
------------------
77
* find boost_python on boost 1.58 (<1.65) (`#246 <https://github.com/ros-perception/vision_opencv/issues/246>`_)
88
* Contributors: Mikael Arguedas
99

cv_bridge/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>cv_bridge</name>
3-
<version>2.0.5</version>
3+
<version>2.1.0</version>
44
<description>
55
This contains CvBridge, which converts between ROS2
66
Image messages and OpenCV images.

image_geometry/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package image_geometry
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.0 (2018-11-26)
6+
------------------
77
* python 3 compatibility in test (`#244 <https://github.com/ros-perception/vision_opencv/issues/244>`_)
88
* Ros2 revert handmade message initialization (`#245 <https://github.com/ros-perception/vision_opencv/issues/245>`_)
99
* revert initialization in PinholeCameraModel constructor (https://github.com/ros2/vision_opencv/pull/1/commits/d2e5edb207c58a54737c4949efe0ac9d4e638962)

image_geometry/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>image_geometry</name>
3-
<version>2.0.5</version>
3+
<version>2.1.0</version>
44
<description>
55
`image_geometry` contains C++ and Python libraries for interpreting images
66
geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo

opencv_tests/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package opencv_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.0 (2018-11-26)
6+
------------------
77

88
2.0.5 (2018-08-17)
99
------------------

opencv_tests/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>opencv_tests</name>
5-
<version>2.0.5</version>
5+
<version>2.1.0</version>
66
<description>
77
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2.
88
</description>

vision_opencv/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package vision_opencv
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.0 (2018-11-26)
6+
------------------
77

88
2.0.5 (2018-08-17)
99
------------------

vision_opencv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>vision_opencv</name>
5-
<version>2.0.5</version>
5+
<version>2.1.0</version>
66
<description>Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description>
77
<maintainer email="ethan.gao@linux.intel.com">Ethan Gao</maintainer>
88
<license>BSD</license>

0 commit comments

Comments
 (0)