File tree 3 files changed +31
-2
lines changed
3 files changed +31
-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.1 )
8
+ project (sdformat15 VERSION 15.2.0 )
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.2.0 (2025-02-12)
4
+
5
+ 1 . Add entry to Migration guide about the updated auto-inertia behavior
6
+ * [ Pull request #1528 ] ( https://github.com/gazebosim/sdformat/pull/1528 )
7
+
8
+ 1 . Add missed spec version 1.12 in the sdf_descriptions target
9
+ * [ Pull request #1529 ] ( https://github.com/gazebosim/sdformat/pull/1529 )
10
+
11
+ 1 . Resolve auto inertia based on input mass
12
+ * [ Pull request #1513 ] ( https://github.com/gazebosim/sdformat/pull/1513 )
13
+
14
+ 1 . ci.yml: run cppcheck, cpplint on noble
15
+ * [ Pull request #1521 ] ( https://github.com/gazebosim/sdformat/pull/1521 )
16
+
17
+ 1 . Add non-const overload for Root::Model() getter
18
+ * [ Pull request #1524 ] ( https://github.com/gazebosim/sdformat/pull/1524 )
19
+
20
+ 1 . Remove unncessary <iostream > includes
21
+ * [ Pull request #1523 ] ( https://github.com/gazebosim/sdformat/pull/1523 )
22
+
23
+ 1 . Don't reparse parent elements when cloning.
24
+ * [ Pull request #1484 ] ( https://github.com/gazebosim/sdformat/pull/1484 )
25
+
26
+ 1 . python bindings: get version from package.xml
27
+ * [ Pull request #1504 ] ( https://github.com/gazebosim/sdformat/pull/1504 )
28
+
29
+ 1 . Permit to test when building bindings separately from main library
30
+ * [ Pull request #1509 ] ( https://github.com/gazebosim/sdformat/pull/1509 )
31
+
3
32
### libsdformat 15.1.1 (2024-11-15)
4
33
5
34
1 . ** Baseline:** this includes all changes from 15.1.0 and earlier.
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.1 </version >
4
+ <version >15.2.0 </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