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.1 #30

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

0.6.1 (2024-09-06)
------------------
* feat(lanelet2_extension): add util/visualization of BusStopArea (`#28 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/28>`_)
* feat(lanelet2_extension): add query for bicycle_lane (`#29 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/29>`_)
add bicycle_lane query
* Contributors: Mamoru Sobue

0.6.0 (2024-08-28)
------------------
* feat(lanelet2_extension)!: release format_v2 (`#26 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/26>`_)
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.6.0</version>
<version>0.6.1</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.1 (2024-09-06)
------------------

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

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.6.0</version>
<version>0.6.1</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