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

docs: add changelog for 1.0.1 #17

Merged
merged 2 commits into from
Jun 5, 2024
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
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_internal_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.1 (2024-05-10)
------------------
* add maintainer (`#11 <https://github.com/youtalk/autoware_internal_msgs/issues/11>`_)
* feat(remaining_dist_eta): add msg definition for mission remaining distance and time (`#10 <https://github.com/youtalk/autoware_internal_msgs/issues/10>`_)
* feat(remaining_dist_eta): add msg definition for mission remaining distance and time
feat(remaining_dist_eta): add msg definition for mission remaining distance and time"
* feat(remaining_dist_eta): fix review comment - remove remaining hours, remaining minutes, and remaining seconds
---------
* feat(autoware_internal_msgs): add PublishedTime debug info message (`#1 <https://github.com/youtalk/autoware_internal_msgs/issues/1>`_)
* chore: sync files (`#7 <https://github.com/youtalk/autoware_internal_msgs/issues/7>`_)
* chore: sync files
* style(pre-commit): autofix
---------
Co-authored-by: github-actions <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* ci(sync-files): add .pre-commit-config.yaml (`#6 <https://github.com/youtalk/autoware_internal_msgs/issues/6>`_)
* chore: sync files (`#4 <https://github.com/youtalk/autoware_internal_msgs/issues/4>`_)
Co-authored-by: github-actions <[email protected]>
* ci(sync-files): add workflow (`#3 <https://github.com/youtalk/autoware_internal_msgs/issues/3>`_)
* ci: initialize (`#2 <https://github.com/youtalk/autoware_internal_msgs/issues/2>`_)
* Initial commit
* Contributors: Ahmed Ebrahim, Berkay Karaman, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo, awf-autoware-bot[bot]
2 changes: 1 addition & 1 deletion 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_internal_msgs</name>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Autoware internal messages package.</description>
<maintainer email="[email protected]">Berkay Karaman</maintainer>
<maintainer email="[email protected]">M. Fatih Cırıt</maintainer>
Expand Down
Loading