From 551cb998e8bd1af84e0196b337098ff686ea47a0 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 26 Sep 2024 13:35:45 -0500 Subject: [PATCH] Prepare for 15.0.0 (#1483) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14e63da0c..f1eed1eaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ if (BUILD_SDF) gz_configure_project( NO_PROJECT_PREFIX REPLACE_INCLUDE_PATH sdf - VERSION_SUFFIX pre2) + VERSION_SUFFIX) ################################################# # Find tinyxml2. diff --git a/Changelog.md b/Changelog.md index 246b22eab..211119ff2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,15 @@ ## libsdformat 15.X -### libsdformat 15.0.0 (2024-09-XX) +### libsdformat 15.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 14.5.0 and earlier. +1. Use colcon for Windows building compilation + * [Pull request #1481](https://github.com/gazebosim/sdformat/pull/1481) + +1. Spec 1.12: link_state, joint_state changes + * [Pull request #1461](https://github.com/gazebosim/sdformat/pull/1461) + 1. Fix symbol checking test when compiled with debug symbols * [Pull request #1474](https://github.com/gazebosim/sdformat/pull/1474)