gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Sort versions correctly. #50

Closed caguero closed 3 years ago

caguero commented 3 years ago

Signed-off-by: Carlos Agüero caguero@openrobotics.org

🦟 Bug fix

Fixes #48

Summary

Before this patch, ign was sorting all library versions alphabetically. Thus, version 10.0.0 was considered lower than 2.0.0. This should be fixed now.

Checklist

Note to maintainers: Remember to use Squash-Merge

adlarkin commented 3 years ago

I believe that you mean this PR fixes https://github.com/ignitionrobotics/ign-tools/issues/48, not 84?

caguero commented 3 years ago

I believe that you mean this PR fixes #48, not 84?

Thanks! 🙃