Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions autoware_adapi_v1_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package autoware_adapi_v1_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.9.1 (2025-11-14)
------------------
* feat(autoware_adapi_v1_msgs): add ROUNDABOUT support (`#102 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/102>`_)
feat(autoware_adapi_v1_msgs): add ROUNDABOUT constant to PlanningBehavior message
* Contributors: Sho Iwasawa

1.9.0 (2025-06-19)
------------------
* feat(autoware_adapi_v1_msgs): add parent field to diag leaf message (`#97 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/97>`_)
Expand Down
2 changes: 1 addition & 1 deletion autoware_adapi_v1_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_adapi_v1_msgs</name>
<version>1.9.0</version>
<version>1.9.1</version>
<description>The Autoware AD API interfaces</description>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions autoware_adapi_version_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_adapi_version_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.9.1 (2025-11-14)
------------------

1.9.0 (2025-06-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion autoware_adapi_version_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_adapi_version_msgs</name>
<version>1.9.0</version>
<version>1.9.1</version>
<description>The Autoware AD API version interfaces</description>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>
Expand Down