File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 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)
55 CMAKE_POLICY (SET CMP0004 NEW)
66endif (COMMAND CMAKE_POLICY)
77
8- project (sdformat13 VERSION 13.5 .0)
8+ project (sdformat13 VERSION 13.6 .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 13.X
22
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+
333### libsdformat 13.5.0 (2023-05-18)
434
5351 . Added projector Python wrapper
You can’t perform that action at this time.
0 commit comments