Compare commits

..
7 Commits
Author SHA1 Message Date
Raul Sanchez-Mateos Lizano 4310df3731 Revert "Fix 'microxrcedds_agent' name and dependency (#279) (#280)" (#283)
This reverts commit d2d97bc4a6.
2026-09-04 19:57:54 +02:00
mergify[bot]andDavid Laseca Perez d2d97bc4a6 Fix 'microxrcedds_agent' name and dependency (#279) (#280)
* Fix 'microxrcedds_agent' name and dependency



* Set tag of 'microxrcedds_agent'



---------


(cherry picked from commit 5e42d6ab6f)

Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
Co-authored-by: David Laseca Perez <davidlaseca@eprosima.com>
2026-09-03 15:21:49 +02:00
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
mergify[bot]andRafal Gorecki f0d809138d Update CMakeLists.txt (#247) (#263)
(cherry picked from commit 52abdf5a98)

Co-authored-by: Rafal Gorecki <126687345+rafal-gorecki@users.noreply.github.com>
2025-09-30 07:55:33 +02:00
Antón Casas e733b4b0a1 Update maintainers (#259) 2025-09-16 09:21:09 +02:00
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -2,6 +2,11 @@
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)
------------------
* Use target_link_libraries instead of ament_target_dependencies (`#253 <https://github.com/micro-ROS/micro-ROS-Agent/issues/253>`_)
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.11)
option(UROSAGENT_GENERATE_PROFILE
"Generates agent.refs according to the .msgs provided in the .repos" OFF
+3 -3
View File
@@ -2,10 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>micro_ros_agent</name>
<version>6.1.0</version>
<version>6.1.1</version>
<description>micro-ROS Agent package</description>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>
<maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
<maintainer email="davidlaseca@eprosima.com">David Laseca</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>