From 44055ccb0b0064fdeaca9cf95c5c8b5cd3089b49 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 15 Nov 2024 23:50:48 +0000 Subject: [PATCH] Prepare for release 15.1.1 Signed-off-by: Michael Carroll --- CMakeLists.txt | 2 +- Changelog.md | 7 +++++++ package.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29cc1bcdf..0fedcd424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY) CMAKE_POLICY(SET CMP0004 NEW) endif(COMMAND CMAKE_POLICY) -project (sdformat15 VERSION 15.1.0) +project (sdformat15 VERSION 15.1.1) # The protocol version has nothing to do with the package version. # It represents the current version of SDFormat implemented by the software diff --git a/Changelog.md b/Changelog.md index 16e2491b4..038d6c96b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ ## libsdformat 15.X +### libsdformat 15.1.1 (2024-11-15) + +1. **Baseline:** this includes all changes from 15.1.0 and earlier. + +1. Fix bazel rules for layering_check and parse_headers with clang + * [Pull request #1507](https://github.com/gazebosim/sdformat/pull/1507) + ### libsdformat 15.1.0 (2024-11-13) 1. Bazel CI diff --git a/package.xml b/package.xml index 860e2e4b4..3b32ed407 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ sdformat15 - 15.1.0 + 15.1.1 SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications