norlab-ulaval / libpointmatcher

An Iterative Closest Point (ICP) library for 2D and 3D mapping in Robotics
BSD 3-Clause "New" or "Revised" License
1.61k stars 544 forks source link

Release 1.4.1 #561

Closed clalancette closed 6 months ago

clalancette commented 6 months ago

Description

Do a release of 1.4.1 for libpointmatcher

Summary:

The source release of 1.4.0 was done on this repository without bumping the package.xml version. This means that that version cannot be released on the ROS 2 buildfarm to fix https://build.ros2.org/view/Rbin_uN64/job/Rsrc_uN__libpointmatcher__ubuntu_noble__source/

Instead of moving the tag or any other git shenanigans, just make a new release 1.4.1 that properly updates the CHANGELOG and bumps the package.xml. Once this is merged in, I'll need one of the maintainers to also create a tag (1.4.1), at which point we can bloom-release this and fix the build on the ROS 2 buildfarm.

Changes and type of changes (quick overview):


Checklist:

Code related

PR creation related

PR description related


Note for repository admins

Release PR related

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

RedLeader962 commented 6 months ago

@clalancette @boxanm See comment in libnabo PR 135

RedLeader962 commented 6 months ago

@boxanm I'll take care of it, just adding you as a reviewer to keep you in the loop.

clalancette commented 6 months ago

Thanks for merging and tagging!