Skip to content

Commit cc524e7

Browse files
authored
Prepare for release 15.1.1 (#1508)
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
1 parent 0a36844 commit cc524e7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
55
CMAKE_POLICY(SET CMP0004 NEW)
66
endif(COMMAND CMAKE_POLICY)
77

8-
project (sdformat15 VERSION 15.1.0)
8+
project (sdformat15 VERSION 15.1.1)
99

1010
# The protocol version has nothing to do with the package version.
1111
# It represents the current version of SDFormat implemented by the software

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## libsdformat 15.X
22

3+
### libsdformat 15.1.1 (2024-11-15)
4+
5+
1. **Baseline:** this includes all changes from 15.1.0 and earlier.
6+
7+
1. Fix bazel rules for layering_check and parse_headers with clang
8+
* [Pull request #1507](https://github.com/gazebosim/sdformat/pull/1507)
9+
10+
1. Enable header layering checks for bazel build
11+
* [Pull request #1505](https://github.com/gazebosim/sdformat/pull/1505)
12+
313
### libsdformat 15.1.0 (2024-11-13)
414

515
1. Bazel CI

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>sdformat15</name>
4-
<version>15.1.0</version>
4+
<version>15.1.1</version>
55
<description>SDFormat is an XML file format that describes environments, objects, and robots
66
in a manner suitable for robotic applications</description>
77

0 commit comments

Comments
 (0)