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 Apr 10, 2024
1 parent 74137fc commit d2fe678
Show file tree
Hide file tree
Showing 13 changed files with 141 additions and 0 deletions.
10 changes: 10 additions & 0 deletions actionlib_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package actionlib_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Create new messages with all fields needed to define a velocity and transform it (`#240 <https://github.com/ros2/common_interfaces/issues/240>`_)
Co-authored-by: Dr. Denis <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Tully Foote <[email protected]>
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Alejandro Hernández Cordero, Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* [J-Turtle] Fix uninitialized values in NavSatFix and add missing NavSatStatus UNKNOWN (`#220 <https://github.com/ros2/common_interfaces/issues/220>`_)
* Fix unitialized values in NavSatFix and add missing UNKNOWN
* Fixes `#196 <https://github.com/ros2/common_interfaces/issues/196>`_
* Fix default initialization instead of constants
* Define SERVICE_UNKNOWN
Co-authored-by: Tully Foote <[email protected]>
Co-authored-by: Martin Pecka <[email protected]>
* Contributors: Chris Lalancette, Ryan

5.3.1 (2024-03-28)
------------------
* Use target qualifier for checking the cpp typesupport exists (`#238 <https://github.com/ros2/common_interfaces/issues/238>`_)
Expand Down
10 changes: 10 additions & 0 deletions sensor_msgs_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package sensor_msgs_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

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

5.3.2 (2024-04-10)
------------------
* Clarify the license. (`#241 <https://github.com/ros2/common_interfaces/issues/241>`_)
In particular, every package in this repository is Apache 2.0
licensed except for sensor_msgs_py. So move the CONTRIBUTING.md
and LICENSE files down into the individual packages, and
make sure that sensor_msgs_py has the correct CONTRIBUTING.md
file (it already had the correct LICENSE file).
* Contributors: Chris Lalancette

5.3.1 (2024-03-28)
------------------

Expand Down

0 comments on commit d2fe678

Please sign in to comment.