Skip to content

Commit

Permalink
7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Oct 3, 2024
1 parent 6e7312c commit 33118c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rmw/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rmw
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
7.5.0 (2024-10-03)
------------------
* Initialize the NULL strucutre with static value. (`#378 <https://github.com/ros2/rmw/issues/378>`_)
* Contributors: Tomoya Fujita

Expand Down
2 changes: 1 addition & 1 deletion rmw/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>rmw</name>
<version>7.4.3</version>
<version>7.5.0</version>
<description>Contains the ROS middleware API.</description>

<maintainer email="[email protected]">Brandon Ong</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rmw_implementation_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rmw_implementation_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
7.5.0 (2024-10-03)
------------------

7.4.3 (2024-07-29)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rmw_implementation_cmake/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>rmw_implementation_cmake</name>
<version>7.4.3</version>
<version>7.5.0</version>
<description>
CMake functions which can discover and enumerate available implementations.
</description>
Expand Down

0 comments on commit 33118c9

Please sign in to comment.