Skip to content

Commit

Permalink
fix(autoware_lanelet2_extension): fix links to issues in CHANGELOG.rs…
Browse files Browse the repository at this point in the history
…t files

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Dec 11, 2024
1 parent a2d5a6f commit 7e1dbf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions autoware_lanelet2_extension/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
---------
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Changelog for package autoware_lanelet2_extension_python

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
Expand Down

0 comments on commit 7e1dbf5

Please sign in to comment.