File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
5
5
CMAKE_POLICY (SET CMP0004 NEW )
6
6
endif (COMMAND CMAKE_POLICY )
7
7
8
- project (sdformat15 VERSION 15.1.0 )
8
+ project (sdformat15 VERSION 15.1.1 )
9
9
10
10
# The protocol version has nothing to do with the package version.
11
11
# It represents the current version of SDFormat implemented by the software
Original file line number Diff line number Diff line change 1
1
## libsdformat 15.X
2
2
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
+
3
13
### libsdformat 15.1.0 (2024-11-13)
4
14
5
15
1 . Bazel CI
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >sdformat15</name >
4
- <version >15.1.0 </version >
4
+ <version >15.1.1 </version >
5
5
<description >SDFormat is an XML file format that describes environments, objects, and robots
6
6
in a manner suitable for robotic applications</description >
7
7
You can’t perform that action at this time.
0 commit comments