CHANGELOG
Changelog for package gz_utils_vendor
0.4.0 (2025-09-08)
Jetty support: bump to 4.0.0, fix package names (#11) * Jetty support: bump to 4.0.0, fix package names Major version numbers have been removed from package names in Gazebo Jetty, so extra cmake config files are no longer needed. * Add option VENDOR_FROM_LIB_VCS_REF This allows vendoring from a specified vcs ref instead of the hard-coded tag. When this option is set to true, a branch, tag, or commit can be specified in the LIB_VCS_REF variable. If LIB_VCS_REF is unspecified, vendoring will use main. * remove unused cmake config file * use lowercase to fix linter complaint * Add dependency on cli11 * 4.0.0~pre1 * Use vendored version of CLI11 ——— Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
Contributors: Steve Peters
0.3.0 (2025-04-28)
0.2.2 (2025-02-19)
Bump version to 3.1.1 (#10)
Contributors: Carlos Agüero
0.2.1 (2024-12-02)
Bump version to 3.1.0 (#8)
Contributors: Michael Carroll
0.2.0 (2024-09-30)
Bump version to 3.0.0 (#7)
Add in a dependency on spdlog_vendor. (#6) * Add in a dependency on spdlog_vendor. That way when building on e.g. Windows, the paths to spdlog will be setup properly before trying to build this vendor package. * Also remove the spdlog dependency. That’s because we will just depend on the vendor package to provide that dependency for us as necessary. ———
Remove the BUILD_DOCS cmake argument. (#5) It is apparently deprecated in newer Gazebo.
Apply prerelease suffix (#4)
Upgrade to Ionic
Contributors: Addisu Z. Taddese, Chris Lalancette
0.1.0 (2024-04-23)
Use an alias target for the root library (#3) Without this patch, doing find_package(gz-utils) (or any vendor package) multiple times in a single CMakeLists file fails with an error indicating that cmake cannot create the imported target because another target with the same name already exists.
Contributors: Addisu Z. Taddese
0.0.3 (2024-04-10)
Add support for the <pkg>::<pkg> and <pkg>::all targets, fix sourcing of dsv files
Contributors: Addisu Z. Taddese