Skip to content

Commit

Permalink
7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Dec 26, 2023
1 parent e1fe530 commit 9b3d9d0
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.3.0 (2023-12-26)
------------------
* Switch to target_link_libraries. (`#361 <https://github.com/ros2/rmw/issues/361>`_)
* Remove unnecessary c++14 flag. (`#360 <https://github.com/ros2/rmw/issues/360>`_)
* Contributors: Chris Lalancette
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.2.2</version>
<version>7.3.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.3.0 (2023-12-26)
------------------

7.2.2 (2023-11-06)
------------------
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.2.2</version>
<version>7.3.0</version>
<description>
CMake functions which can discover and enumerate available implementations.
</description>
Expand Down

0 comments on commit 9b3d9d0

Please sign in to comment.