-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CHANGELOG): bump up version to 0.6.0 (#27)
* update changelog Signed-off-by: Mamoru Sobue <[email protected]> * 0.6.0 --------- Signed-off-by: Mamoru Sobue <[email protected]>
- Loading branch information
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>`_) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|