Compare commits

..
3 Commits
Author SHA1 Message Date
David Laseca Perez 92c512dfad 6.1.1 2026-08-11 11:02:17 +02:00
David Laseca Perez 1cc2c1f66d Changelog
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
2026-08-11 10:58:23 +02:00
David-LP99 0c054f3fad Update maintainers (#275)
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
2026-08-11 10:51:28 +02:00
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -2,6 +2,11 @@
Changelog for package micro-ros_agent Changelog for package micro-ros_agent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6.1.1 (2026-08-11)
------------------
* Update maintainers (`#275 <https://github.com/micro-ROS/micro-ROS-Agent/issues/275>`_)
* Update CMakeLists.txt (`#247 <https://github.com/micro-ROS/micro-ROS-Agent/issues/247>`_) (`#263 <https://github.com/micro-ROS/micro-ROS-Agent/issues/263>`_)
6.1.0 (2025-07-10) 6.1.0 (2025-07-10)
------------------ ------------------
* Use target_link_libraries instead of ament_target_dependencies (`#253 <https://github.com/micro-ROS/micro-ROS-Agent/issues/253>`_) * Use target_link_libraries instead of ament_target_dependencies (`#253 <https://github.com/micro-ROS/micro-ROS-Agent/issues/253>`_)
+2 -2
View File
@@ -2,10 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3"> <package format="3">
<name>micro_ros_agent</name> <name>micro_ros_agent</name>
<version>6.1.0</version> <version>6.1.1</version>
<description>micro-ROS Agent package</description> <description>micro-ROS Agent package</description>
<maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer> <maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
<maintainer email="carlosespinoza@eprosima.com">Carlos Espinoza</maintainer> <maintainer email="davidlaseca@eprosima.com">David Laseca</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend> <buildtool_depend>ament_cmake</buildtool_depend>