Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump up version to 1.7.0 #69

Closed
wants to merge 2 commits into from
Closed
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
8 changes: 8 additions & 0 deletions autoware_adapi_v1_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package autoware_adapi_v1_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.7.0 (2024-11-20)
------------------
* feat(planning): add new planning behavior (adaptive-cruise) (`#67 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/67>`_)
* feat(autoware_adapi_v1_msgs): add new planning behavior "run-out" (`#65 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/65>`_)
* feat: update v1.6.0 (`#63 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/63>`_)
* feat(autoware_adapi_v1_msgs): add route following check option (`#61 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/61>`_)
* Contributors: Kyoichi Sugahara, Satoshi OTA, Takagi, Isamu

1.3.0 (2024-07-03)
------------------
* feat(autoware_adapi_v1_msgs): remove energy status (`#58 <https://github.com/youtalk/autoware_adapi_msgs/issues/58>`_)
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.6.0</version>
<version>1.7.0</version>
<description>The Autoware AD API interfaces</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions autoware_adapi_version_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package autoware_adapi_version_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.7.0 (2024-11-20)
------------------
* feat: update v1.6.0 (`#63 <https://github.com/autowarefoundation/autoware_adapi_msgs/issues/63>`_)
* Contributors: Takagi, Isamu

1.3.0 (2024-07-03)
------------------

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.6.0</version>
<version>1.7.0</version>
<description>The Autoware AD API version interfaces</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
Expand Down