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

fix(autoware_lanelet2_extension): fix links to issues in CHANGELOG.rst files #40

Merged
merged 1 commit into from
Dec 11, 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
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
Loading