-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autoware_lanelet2_extension): fix links to issues in CHANGELOG.rs…
…t files Signed-off-by: Esteve Fernandez <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -4,10 +4,10 @@ Changelog for package autoware_lanelet2_extension | |
|
||
0.4.0 (2024-06-24) | ||
------------------ | ||
* Merge pull request `#11 <https://github.com/youtalk/autoware_lanelet2_extension/issues/11>`_ from youtalk/import-update | ||
* Merge pull request `#11 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/11>`_ from youtalk/import-update | ||
feat: import updates from `autoware_common` | ||
* fix link | ||
* feat(lanelet2_extension): overwriteLaneletsCenterline supports "waypoints" (`#252 <https://github.com/youtalk/autoware_lanelet2_extension/issues/252>`_) | ||
* feat(lanelet2_extension): overwriteLaneletsCenterline supports "waypoints" (`#252 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/252>`_) | ||
* feat(lanelet2_extension): centerline is converted to waypoints | ||
* fix lanelet2_extension_python | ||
* update README | ||
|
@@ -22,18 +22,18 @@ Changelog for package autoware_lanelet2_extension | |
--------- | ||
Co-authored-by: Ryohsuke Mitsudome <[email protected]> | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* fix: boost optional build error on rolling environment (`#241 <https://github.com/youtalk/autoware_lanelet2_extension/issues/241>`_) | ||
* perf(lanelet2_extension): use std::unordered_set<>::find instead of std::find (`#244 <https://github.com/youtalk/autoware_lanelet2_extension/issues/244>`_) | ||
* fix: boost optional build error on rolling environment (`#241 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/241>`_) | ||
* perf(lanelet2_extension): use std::unordered_set<>::find instead of std::find (`#244 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/244>`_) | ||
perf(exists): use std::unordered_set<>::find instead of std::find | ||
* Contributors: Maxime CLEMENT, Takayuki Murooka, Yutaka Kondo, ぐるぐる | ||
|
||
0.3.0 (2024-05-31) | ||
------------------ | ||
* Merge remote-tracking branch 'upstream/main' into rolling | ||
* Merge pull request `#6 <https://github.com/youtalk/autoware_lanelet2_extension/issues/6>`_ from youtalk/autoware-msgs-migration | ||
* Merge pull request `#6 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/6>`_ from youtalk/autoware-msgs-migration | ||
feat: `autoware_msgs` migration | ||
* feat(autoware_common): update and replace autoware_auto_msg | ||
* feat(lanelet2_extension): replace autoware_auto_mapping_msg with autoware_map_msg (`#216 <https://github.com/youtalk/autoware_lanelet2_extension/issues/216>`_) | ||
* feat(lanelet2_extension): replace autoware_auto_mapping_msg with autoware_map_msg (`#216 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/216>`_) | ||
* feat(lanelet2_extension): replace autoware-auto-mapping-msg to autoware-map-msg | ||
* style(pre-commit): autofix | ||
--------- | ||
|
@@ -42,7 +42,7 @@ Changelog for package autoware_lanelet2_extension | |
|
||
0.2.0 (2024-05-07) | ||
------------------ | ||
* refactor: add `autoware\_` prefix to package names and namespaces (`#3 <https://github.com/youtalk/autoware_lanelet2_extension/issues/3>`_) | ||
* refactor: add `autoware\_` prefix to package names and namespaces (`#3 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/3>`_) | ||
* fix readme | ||
* fix link | ||
* fix link | ||
|
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