Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Apr 6, 2020
1 parent 1a53e42 commit 86da0fe
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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
-----------
1.14.0 (2020-04-06)
-------------------
* Noetic release (`#323 <https://github.com/ros-perception/vision_opencv/issues/323>`_)
* update CMakeLists.txt for Windows build environment (`#265 <https://github.com/ros-perception/vision_opencv/issues/265>`_)
* remove path splash separator from 'package_dir' (`#267 <https://github.com/ros-perception/vision_opencv/issues/267>`_)
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>1.13.0</version>
<version>1.14.0</version>
<description>
This contains CvBridge, which converts between ROS
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
-----------
1.14.0 (2020-04-06)
-------------------
* Noetic release (`#323 <https://github.com/ros-perception/vision_opencv/issues/323>`_)
* update CMakeLists.txt for Windows build environment (`#265 <https://github.com/ros-perception/vision_opencv/issues/265>`_)
* add DLL import/export macros (`#266 <https://github.com/ros-perception/vision_opencv/issues/266>`_)
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>1.13.0</version>
<version>1.14.0</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
-----------
1.14.0 (2020-04-06)
-------------------
* Noetic release (`#323 <https://github.com/ros-perception/vision_opencv/issues/323>`_)
* Contributors: Alejandro Hernández Cordero

Expand Down
2 changes: 1 addition & 1 deletion opencv_tests/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>opencv_tests</name>
<version>1.13.0</version>
<version>1.14.0</version>
<description>
Tests the enumerants of the ROS Image message, and functionally tests the Python and C++ implementations of CvBridge.
</description>
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
-----------
1.14.0 (2020-04-06)
-------------------
* Noetic release (`#323 <https://github.com/ros-perception/vision_opencv/issues/323>`_)
* Contributors: Alejandro Hernández Cordero

Expand Down
2 changes: 1 addition & 1 deletion vision_opencv/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>vision_opencv</name>
<version>1.13.0</version>
<version>1.14.0</version>
<description>Packages for interfacing ROS with OpenCV, a library of programming functions for real time computer vision.</description>
<author>Patrick Mihelich</author>
<author>James Bowman</author>
Expand Down

0 comments on commit 86da0fe

Please sign in to comment.