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(CHANGELOG): bump up version to 0.6.0 #27

Merged
merged 2 commits into from
Aug 28, 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
14 changes: 14 additions & 0 deletions autoware_lanelet2_extension/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package autoware_lanelet2_extension
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.0 (2024-08-28)
------------------
* feat(lanelet2_extension)!: release format_v2 (`#26 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/26>`_)
* docs(autoware_lanelet2_extension): refactor document (`#25 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/25>`_)
* refactor doc
* Update autoware_lanelet2_extension/docs/lanelet2_format_extension.md
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
---------
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
* feat(lanelet2_extension): format v2 bicycle lane doc (`#24 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/24>`_)
* feat(lanelet2_extension): update documentation for bus_stop_area to be introduced in format_version2 (`#21 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/21>`_)
* feat(lanelet2_extension): add bus_stop_area implementation (`#22 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/22>`_)
* Contributors: Mamoru Sobue

0.5.0 (2024-07-10)
------------------
* feat(lanelet2_extension)!: introduce API versioning along with format_version (`#18 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/18>`_)
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/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_lanelet2_extension</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The autoware_lanelet2_extension package contains libraries to handle Lanelet2 format data.</description>
<maintainer email="[email protected]">mitsudome-r</maintainer>
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions autoware_lanelet2_extension_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_lanelet2_extension_python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.0 (2024-08-28)
------------------

0.5.0 (2024-07-10)
------------------
* chore(ci): fix cpplint errors from pre-commit ci (`#15 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/15>`_)
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension_python/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_lanelet2_extension_python</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The autoware_lanelet2_extension_python package contains Python bindings for lanelet2_extension package</description>
<maintainer email="[email protected]">Mamoru Sobue</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
Expand Down
Loading