^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package examples_rclcpp_minimal_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.22.0 (2026-05-07)
-------------------

0.21.5 (2026-03-24)
-------------------
* Use new ROSIDL aggregate CMake target (`#444 <https://github.com/ros2/examples/issues/444>`_)
* Improve minimal_publisher README with clearer structure and usage guidance (`#434 <https://github.com/ros2/examples/issues/434>`_)
* Contributors: Emerson Knapp, Yadnyeshwar Amol Sakhare

0.21.4 (2026-01-13)
-------------------

0.21.3 (2025-10-17)
-------------------
* get rid of deprecated rclcpp::spin_some(). (`#422 <https://github.com/ros2/examples//issues/422>`_)
* Contributors: Tomoya Fujita

0.21.2 (2025-07-29)
-------------------
* Fix CMAKE deprecation (`#419 <https://github.com/ros2/examples/issues/419>`_)
* Contributors: mosfet80

0.21.1 (2025-07-01)
-------------------
* wait 5 secs until all subscriptions acknowledge the messages. (`#414 <https://github.com/ros2/examples/issues/414>`_)
* Contributors: Tomoya Fujita

0.21.0 (2025-04-28)
-------------------

0.20.5 (2025-04-28)
-------------------
* Use target_link_libraries instead of ament_target_dependencies (`#404 <https://github.com/ros2/examples/issues/404>`_)
* Contributors: Shane Loretz

0.20.4 (2024-12-20)
-------------------

0.20.3 (2024-11-20)
-------------------

0.20.2 (2024-07-29)
-------------------

0.20.1 (2024-06-17)
-------------------

0.20.0 (2024-04-26)
-------------------

0.19.3 (2024-04-16)
-------------------

0.19.2 (2024-03-28)
-------------------

0.19.1 (2023-07-11)
-------------------

0.19.0 (2023-04-27)
-------------------

0.18.0 (2023-04-11)
-------------------

0.17.1 (2023-03-01)
-------------------

0.17.0 (2023-02-14)
-------------------
* Update the examples to C++17. (`#353 <https://github.com/ros2/examples/issues/353>`_)
* [rolling] Update maintainers - 2022-11-07 (`#352 <https://github.com/ros2/examples/issues/352>`_)
* Contributors: Audrow Nash, Chris Lalancette

0.16.2 (2022-11-02)
-------------------

0.16.1 (2022-09-13)
-------------------

0.16.0 (2022-04-29)
-------------------

0.15.0 (2022-03-01)
-------------------
* Add an example about how to use wait_for_all_acked (`#316 <https://github.com/ros2/examples/issues/316>`_)
* Contributors: Barry Xu

0.14.0 (2022-01-14)
-------------------
* Updated maintainers (`#329 <https://github.com/ros2/examples/issues/329>`_)
* Contributors: Aditya Pande

0.13.0 (2021-10-18)
-------------------

0.12.0 (2021-08-05)
-------------------
* Add try&catch statement to unique network flow publisher example (`#313 <https://github.com/ros2/examples/issues/313>`_)
* Add type adaption example (`#300 <https://github.com/ros2/examples/issues/300>`_)
* Contributors: Audrow Nash, Tomoya Fujita

0.11.2 (2021-04-26)
-------------------

0.11.1 (2021-04-12)
-------------------

0.11.0 (2021-04-06)
-------------------
* Unique network flows (`#296 <https://github.com/ros2/examples/issues/296>`_)
* Contributors: Ananya Muddukrishna

0.10.3 (2021-03-18)
-------------------

0.10.2 (2021-01-25)
-------------------

0.10.1 (2020-12-10)
-------------------
* Update maintainers (`#292 <https://github.com/ros2/examples/issues/292>`_)
* Contributors: Shane Loretz

0.10.0 (2020-09-21)
-------------------
* Make sure to include what you use in all examples. (`#284 <https://github.com/ros2/examples/issues/284>`_)
* Added common linters (`#265 <https://github.com/ros2/examples/issues/265>`_)
* Contributors: Alejandro Hernández Cordero, Chris Lalancette

0.9.2 (2020-06-01)
------------------
* Catch possible exception from spin_some (`#266 <https://github.com/ros2/examples/issues/266>`_) (`#270 <https://github.com/ros2/examples/issues/270>`_)
* Contributors: Tomoya Fujita

0.9.1 (2020-05-26)
------------------

0.9.0 (2020-04-30)
------------------
* Restructure rclcpp folders (`#264 <https://github.com/ros2/examples/issues/264>`_)
* Contributors: Marya Belanger

0.8.2 (2019-11-19)
------------------

0.8.1 (2019-10-24)
------------------

0.7.3 (2019-05-29)
------------------

0.7.2 (2019-05-20)
------------------

0.7.1 (2019-05-08)
------------------
* Avoid deprecated API's by providing history settings (`#240 <https://github.com/ros2/examples/issues/240>`_)
* avoid deprecated publish signature (`#239 <https://github.com/ros2/examples/issues/239>`_)
* Contributors: William Woodall

0.7.0 (2019-04-14)
------------------

0.6.2 (2019-02-08)
------------------

0.6.0 (2018-11-20)
------------------
* Added semicolons to all RCLCPP and RCUTILS macros. (`#214 <https://github.com/ros2/examples/issues/214>`_)
* Contributors: Chris Lalancette

0.5.1 (2018-06-27)
------------------
* make Mikael Arguedas the maintainer (`#212 <https://github.com/ros2/examples/issues/212>`_)
* Contributors: Mikael Arguedas

0.5.0 (2018-06-26)
------------------
* Add #include <chrono> if using std::chrono_literals `#198 <https://github.com/ros2/examples/issues/198>`_
* Contributors: Mikael Arguedas, Yutaka Kondo

0.4.0 (2017-12-08)
------------------
* Remove node:: namespace (`#192 <https://github.com/ros2/examples/issues/192>`_)
  connects to `ros2/rclcpp#416 <https://github.com/ros2/rclcpp/issues/416>`_
* Use logging (`#190 <https://github.com/ros2/examples/issues/190>`_)
* Switch to using rate (`#188 <https://github.com/ros2/examples/issues/188>`_)
* 0.0.3
* call shutdown before exiting (`#179 <https://github.com/ros2/examples/issues/179>`_)
* 0.0.2
* rename executables with shorter names (`#177 <https://github.com/ros2/examples/issues/177>`_)
* install executables in package specific path `#173 <https://github.com/ros2/examples/issues/173>`_
* use CMAKE_X_STANDARD and check compiler rather than platform
* add pedantic flag
* Cpp14 (`#147 <https://github.com/ros2/examples/issues/147>`_)
  move to C++14 and use standard duration literals
* Minimal service and client (`#138 <https://github.com/ros2/examples/issues/138>`_)
* Add examples\_ prefix to package names to avoid future collisions. `#137 <https://github.com/ros2/examples/issues/137>`_
* change talker/listener to minimal_publisher/minimal_subscriber
* Contributors: Dirk Thomas, Mikael Arguedas, Morgan Quigley, dhood
