Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Jul 29, 2024
1 parent 8807652 commit 6060b0f
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ros2action/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package ros2action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using rclpy.init context manager. (`#918 <https://github.com/ros2/ros2cli/issues/918>`_)
* support 'ros2 action find'. (`#917 <https://github.com/ros2/ros2cli/issues/917>`_)
* Contributors: Chris Lalancette, Tomoya Fujita

0.34.0 (2024-06-17)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions ros2cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros2cli
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using the rclpy.init context manager. (`#920 <https://github.com/ros2/ros2cli/issues/920>`_)
* Contributors: Chris Lalancette

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2cli_test_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2cli_test_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2component/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2component
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions ros2doctor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros2doctor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using rclpy.init context manager. (`#918 <https://github.com/ros2/ros2cli/issues/918>`_)
* Contributors: Chris Lalancette

0.34.0 (2024-06-17)
-------------------
* Revamp how we get network information in ros2doctor. (`#910 <https://github.com/ros2/ros2cli/issues/910>`_)
Expand Down
3 changes: 3 additions & 0 deletions ros2interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2lifecycle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2lifecycle_test_fixtures/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2lifecycle_test_fixtures
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2multicast/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2multicast
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions ros2node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros2node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using rclpy.init context manager. (`#918 <https://github.com/ros2/ros2cli/issues/918>`_)
* Contributors: Chris Lalancette

0.34.0 (2024-06-17)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions ros2param/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros2param
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using rclpy.init context manager. (`#918 <https://github.com/ros2/ros2cli/issues/918>`_)
* Contributors: Chris Lalancette

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2pkg/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2pkg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions ros2run/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2run
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.34.0 (2024-06-17)
-------------------

Expand Down
6 changes: 6 additions & 0 deletions ros2service/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package ros2service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using the rclpy.init context manager. (`#920 <https://github.com/ros2/ros2cli/issues/920>`_)
* Switch to using rclpy.init context manager. (`#918 <https://github.com/ros2/ros2cli/issues/918>`_)
* Contributors: Chris Lalancette

0.34.0 (2024-06-17)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions ros2topic/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package ros2topic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to using rclpy.init context manager. (`#918 <https://github.com/ros2/ros2cli/issues/918>`_)
* Contributors: Chris Lalancette

0.34.0 (2024-06-17)
-------------------

Expand Down

0 comments on commit 6060b0f

Please sign in to comment.