Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek committed Sep 14, 2022
1 parent 0b93aa5 commit 8445b86
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.1.0 (2022-09-14)
------------------
* Add apache license and bsd license, because both are used. (`#482 <https://github.com/ros-perception/vision_opencv/issues/482>`_)
* Fix 16U encoding type (`#462 <https://github.com/ros-perception/vision_opencv/issues/462>`_)
* Reorganize author tag (`#468 <https://github.com/ros-perception/vision_opencv/issues/468>`_)
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.3</version>
<version>3.1.0</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.1.0 (2022-09-14)
------------------
* Add apache license and bsd license, because both are used. (`#482 <https://github.com/ros-perception/vision_opencv/issues/482>`_)
* Reorganize author tag (`#468 <https://github.com/ros-perception/vision_opencv/issues/468>`_)
* Add description of MISSING_Z (`#465 <https://github.com/ros-perception/vision_opencv/issues/465>`_)
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.3</version>
<version>3.1.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
-----------
3.1.0 (2022-09-14)
------------------
* Reorganize author tag (`#468 <https://github.com/ros-perception/vision_opencv/issues/468>`_)
* Update maintainers (`#451 <https://github.com/ros-perception/vision_opencv/issues/451>`_)
* Contributors: Kenji Brameld
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.3</version>
<version>3.1.0</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.3',
version='3.1.0',
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.1.0 (2022-09-14)
------------------
* Add apache license and bsd license, because both are used. (`#482 <https://github.com/ros-perception/vision_opencv/issues/482>`_)
* Reorganize author tag (`#468 <https://github.com/ros-perception/vision_opencv/issues/468>`_)
* Update maintainers (`#451 <https://github.com/ros-perception/vision_opencv/issues/451>`_)
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.3</version>
<version>3.1.0</version>
<description>Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description>
<maintainer email="kenjibrameld@gmail.com">Kenji Brameld</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 8445b86

Please sign in to comment.