Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Nov 25, 2024
1 parent d09c82c commit 54c2b87
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 2 deletions.
3 changes: 3 additions & 0 deletions camera_calibration_parsers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package camera_calibration_parsers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.0.3 (2024-11-25)
------------------

6.0.2 (2024-11-25)
------------------

Expand Down
3 changes: 3 additions & 0 deletions camera_info_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package camera_info_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.0.3 (2024-11-25)
------------------

6.0.2 (2024-11-25)
------------------

Expand Down
5 changes: 5 additions & 0 deletions camera_info_manager_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package camera_info_manager_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.0.3 (2024-11-25)
------------------
* Add `camera_info_manager_py` (`#335 <https://github.com/ros-perception/image_common/issues/335>`_)
* Contributors: Alejandro Hernández Cordero

6.0.1 (2024-11-22)
------------------
* Bump package version to synchronize with image_common
Expand Down
2 changes: 1 addition & 1 deletion camera_info_manager_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>camera_info_manager_py</name>
<version>6.0.1</version>
<version>6.0.2</version>
<description>
Python interface for camera calibration information.

Expand Down
2 changes: 1 addition & 1 deletion camera_info_manager_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='6.0.1',
version='6.0.2',
packages=['camera_info_manager'],
data_files=[
# Install marker file in the package index
Expand Down
3 changes: 3 additions & 0 deletions image_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package image_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.0.3 (2024-11-25)
------------------

6.0.2 (2024-11-25)
------------------

Expand Down
3 changes: 3 additions & 0 deletions image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.0.3 (2024-11-25)
------------------

6.0.2 (2024-11-25)
------------------

Expand Down
3 changes: 3 additions & 0 deletions image_transport_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package image_transport_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.0.3 (2024-11-25)
------------------

6.0.2 (2024-11-25)
------------------
* Add in python3-dev build dependency (`#334 <https://github.com/ros-perception/image_common/issues/334>`_)
Expand Down

0 comments on commit 54c2b87

Please sign in to comment.