File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
Expand file tree Collapse file tree 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)
55 CMAKE_POLICY (SET CMP0004 NEW)
66endif (COMMAND CMAKE_POLICY)
77
8- project (sdformat15 VERSION 15.1.1 )
8+ project (sdformat15 VERSION 15.2.0 )
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
Original file line number Diff line number Diff line change 11## libsdformat 15.X
22
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+
332### libsdformat 15.1.1 (2024-11-15)
433
5341 . ** Baseline:** this includes all changes from 15.1.0 and earlier.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package format =" 2" >
33 <name >sdformat15</name >
4- <version >15.1.1 </version >
4+ <version >15.2.0 </version >
55 <description >SDFormat is an XML file format that describes environments, objects, and robots
66in a manner suitable for robotic applications</description >
77
You can’t perform that action at this time.
0 commit comments