Skip to content

Commit f425694

Browse files
azeeyscpeters
andauthored
Prepare for 13.6.0 Release (#1315)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> Signed-off-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
1 parent 9f7a377 commit f425694

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
55
CMAKE_POLICY(SET CMP0004 NEW)
66
endif(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

Changelog.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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

535
1. Added projector Python wrapper

0 commit comments

Comments
 (0)