Skip to content

Commit

Permalink
feat(CHANGELOG): bump up version to 0.6.0 (#27)
Browse files Browse the repository at this point in the history
* update changelog

Signed-off-by: Mamoru Sobue <[email protected]>

* 0.6.0

---------

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Aug 28, 2024
1 parent ae87d0d commit 9676d45
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
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

0 comments on commit 9676d45

Please sign in to comment.