diff --git a/ros_tutorials/CHANGELOG.rst b/ros_tutorials/CHANGELOG.rst index b112f836..c71594b2 100644 --- a/ros_tutorials/CHANGELOG.rst +++ b/ros_tutorials/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package ros_tutorials ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.10.3 (2025-04-10) +------------------- +* Update maintainers (`#102 `_) +* Contributors: Shane Loretz + 0.10.2 (2020-07-31) ------------------- diff --git a/ros_tutorials/package.xml b/ros_tutorials/package.xml index d9d3be8f..75cbf01e 100644 --- a/ros_tutorials/package.xml +++ b/ros_tutorials/package.xml @@ -1,7 +1,7 @@ ros_tutorials - 0.10.2 + 0.10.3 ros_tutorials contains packages that demonstrate various features of ROS, as well as support packages which help demonstrate those features. diff --git a/roscpp_tutorials/CHANGELOG.rst b/roscpp_tutorials/CHANGELOG.rst index 18db8f6f..866a085b 100644 --- a/roscpp_tutorials/CHANGELOG.rst +++ b/roscpp_tutorials/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package roscpp_tutorials ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.10.3 (2025-04-10) +------------------- +* use boost::placeholders::_1 instead of deprecated _1, and boost/bind/bind.hpp instead of bind.hpp (`#142 `_) +* Update maintainers (`#102 `_) +* Contributors: Lucas Walter, Shane Loretz + 0.10.2 (2020-07-31) ------------------- diff --git a/roscpp_tutorials/package.xml b/roscpp_tutorials/package.xml index fdd2740e..1f923ca0 100644 --- a/roscpp_tutorials/package.xml +++ b/roscpp_tutorials/package.xml @@ -1,7 +1,7 @@ roscpp_tutorials - 0.10.2 + 0.10.3 This package attempts to show the features of ROS step-by-step, including using messages, servers, parameters, etc. diff --git a/rospy_tutorials/CHANGELOG.rst b/rospy_tutorials/CHANGELOG.rst index 0ea155f0..e06cca93 100644 --- a/rospy_tutorials/CHANGELOG.rst +++ b/rospy_tutorials/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package rospy_tutorials ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.10.3 (2025-04-10) +------------------- +* added pointcoud2 example (`#111 `_) +* Update maintainers (`#102 `_) +* Contributors: Evan Flynn, Shane Loretz + 0.10.2 (2020-07-31) ------------------- diff --git a/rospy_tutorials/package.xml b/rospy_tutorials/package.xml index 0bfc4776..a6f12e13 100644 --- a/rospy_tutorials/package.xml +++ b/rospy_tutorials/package.xml @@ -1,7 +1,7 @@ rospy_tutorials - 0.10.2 + 0.10.3 This package attempts to show the features of ROS python API step-by-step, including using messages, servers, parameters, etc. These tutorials are compatible with the nodes in roscpp_tutorial. diff --git a/turtlesim/CHANGELOG.rst b/turtlesim/CHANGELOG.rst index b82083a6..edf63ba4 100644 --- a/turtlesim/CHANGELOG.rst +++ b/turtlesim/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package turtlesim ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.10.3 (2025-04-10) +------------------- +* use boost::placeholders::_1 instead of deprecated _1, and boost/bind/bind.hpp instead of bind.hpp (`#142 `_) +* Update maintainers (`#102 `_) +* Contributors: Lucas Walter, Shane Loretz + 0.10.2 (2020-07-31) ------------------- * add holonomic motion for turtlesim (`#94 `_) diff --git a/turtlesim/package.xml b/turtlesim/package.xml index bb8c1def..a064dfcb 100644 --- a/turtlesim/package.xml +++ b/turtlesim/package.xml @@ -1,7 +1,7 @@ turtlesim - 0.10.2 + 0.10.3 turtlesim is a tool made for teaching ROS and ROS packages.