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 Nov 20, 2024
1 parent e998af3 commit 584d68d
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ros2action/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros2action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.35.0 (2024-10-03)
-------------------
* node name print bug fix with ros2 action info. (`#926 <https://github.com/ros2/ros2cli/issues/926>`_)
Expand Down
7 changes: 7 additions & 0 deletions ros2cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package ros2cli
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix instability in the ros2 daemon. (`#947 <https://github.com/ros2/ros2cli/issues/947>`_)
* Drop dependency on python3-pkg-resources (`#946 <https://github.com/ros2/ros2cli/issues/946>`_)
* NodeStrategy supports node name argument. (`#941 <https://github.com/ros2/ros2cli/issues/941>`_)
* Contributors: Chris Lalancette, Scott K Logan, Tomoya Fujita

0.35.0 (2024-10-03)
-------------------

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.35.0 (2024-10-03)
-------------------

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.35.0 (2024-10-03)
-------------------

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
-----------
* New flag and code update for its use (`#942 <https://github.com/ros2/ros2cli/issues/942>`_)
* Contributors: Angel LoGa

0.35.0 (2024-10-03)
-------------------

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.35.0 (2024-10-03)
-------------------

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.35.0 (2024-10-03)
-------------------

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.35.0 (2024-10-03)
-------------------

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.35.0 (2024-10-03)
-------------------

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

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

0.35.0 (2024-10-03)
-------------------
* ros2node requires fully qualified node name. (`#923 <https://github.com/ros2/ros2cli/issues/923>`_)
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
-----------
* cosmetic fixes for ros2param dump command. (`#933 <https://github.com/ros2/ros2cli/issues/933>`_)
* Contributors: Tomoya Fujita

0.35.0 (2024-10-03)
-------------------

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

Forthcoming
-----------
* Drop dependency on python3-pkg-resources (`#946 <https://github.com/ros2/ros2cli/issues/946>`_)
* Contributors: Scott K Logan

0.35.0 (2024-10-03)
-------------------
* Support empy4 and empy3 (`#921 <https://github.com/ros2/ros2cli/issues/921>`_)
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.35.0 (2024-10-03)
-------------------

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

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

0.35.0 (2024-10-03)
-------------------

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

Forthcoming
-----------
* NodeStrategy supports node name argument. (`#941 <https://github.com/ros2/ros2cli/issues/941>`_)
* feat(echo --clear): add --clear option to echo (`#819 <https://github.com/ros2/ros2cli/issues/819>`_)
* Contributors: Guillaume Beuzeboc, Tomoya Fujita

0.35.0 (2024-10-03)
-------------------
* Support multiple topics via ros2 topic hz. (`#929 <https://github.com/ros2/ros2cli/issues/929>`_)
Expand Down

0 comments on commit 584d68d

Please sign in to comment.