File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set (SDF_PROTOCOL_VERSION 1.7)
28
28
29
29
set (SDF_MAJOR_VERSION 9 )
30
30
set (SDF_MINOR_VERSION 10 )
31
- set (SDF_PATCH_VERSION 0 )
31
+ set (SDF_PATCH_VERSION 1 )
32
32
33
33
set (SDF_VERSION ${SDF_MAJOR_VERSION} .${SDF_MINOR_VERSION} )
34
34
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION} .${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION} )
Original file line number Diff line number Diff line change 1
1
## libsdformat 9.X
2
2
3
+ ### libsdformat 9.10.1 (2024-01-05)
4
+
5
+ 1 . URDF->SDF handle links with no inertia or small mass
6
+ * [ Pull request #1238 ] ( https://github.com/gazebosim/sdformat/pull/1238 )
7
+
8
+ 1 . Fix Element::Set method return value
9
+ * [ Pull request #1256 ] ( https://github.com/gazebosim/sdformat/pull/1256 )
10
+
11
+ 1 . Allowing relative paths in URDF
12
+ * [ Pull request #1213 ] ( https://github.com/gazebosim/sdformat/pull/1213 )
13
+
14
+ 1 . Use ` File.exist? ` for Ruby 3.2 compatibility
15
+ * [ Pull request #1216 ] ( https://github.com/gazebosim/sdformat/pull/1216 )
16
+
17
+ 1 . Infrastructure
18
+ * [ Pull request #1217 ] ( https://github.com/gazebosim/sdformat/pull/1217 )
19
+ * [ Pull request #1225 ] ( https://github.com/gazebosim/sdformat/pull/1225 )
20
+ * [ Pull request #1271 ] ( https://github.com/gazebosim/sdformat/pull/1271 )
21
+ * [ Pull request #1345 ] ( https://github.com/gazebosim/sdformat/pull/1345 )
22
+ * [ Pull request #1252 ] ( https://github.com/gazebosim/sdformat/pull/1252 )
23
+
3
24
### libsdformat 9.10.0 (2022-11-30)
4
25
5
26
1 . Ign to gz header migration.
You can’t perform that action at this time.
0 commit comments