File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
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 (sdformat13 VERSION 13.5 .0)
8
+ project (sdformat13 VERSION 13.6 .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 13.X
2
2
3
+ ### libsdformat 13.6.0 (2023-08-30)
4
+
5
+ 1 . Use relative path in an urdf include to avoid confusion between internal and system headers
6
+ * [ Pull request #1259 ] ( https://github.com/gazebosim/sdformat/pull/1259 )
7
+
8
+ 1 . parser.cc update calls to use sdf::Errors output
9
+ * [ Pull request #1294 ] ( https://github.com/gazebosim/sdformat/pull/1294 )
10
+
11
+ 1 . Fix deeply nested merge-include for custom parsed files
12
+ * [ Pull request #1293 ] ( https://github.com/gazebosim/sdformat/pull/1293 )
13
+
14
+ 1 . Updated findfile() to search localpath first
15
+ * [ Pull request #1292 ] ( https://github.com/gazebosim/sdformat/pull/1292 )
16
+
17
+ 1 . World requires a scene and atmosphere
18
+ * [ Pull request #1308 ] ( https://github.com/gazebosim/sdformat/pull/1308 )
19
+
20
+ 1 . Infrastructure
21
+ * [ Pull request #1307 ] ( https://github.com/gazebosim/sdformat/pull/1307 )
22
+ * [ Pull request #1306 ] ( https://github.com/gazebosim/sdformat/pull/1306 )
23
+
24
+ 1 . Remove robot not found error when parsing fails
25
+ * [ Pull request #1290 ] ( https://github.com/gazebosim/sdformat/pull/1290 )
26
+
27
+ 1 . Make some sdfdbg messages sdfmsgs
28
+ * [ Pull request #1288 ] ( https://github.com/gazebosim/sdformat/pull/1288 )
29
+
30
+ 1 . Minor clean up of tests
31
+ * [ Pull request #1289 ] ( https://github.com/gazebosim/sdformat/pull/1289 )
32
+
3
33
### libsdformat 13.5.0 (2023-05-18)
4
34
5
35
1 . Added projector Python wrapper
You can’t perform that action at this time.
0 commit comments