Skip to content

Commit 9c73771

Browse files
committed
Prepare for 13.6.0 release
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 9f7a377 commit 9c73771

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-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

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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. World requires a scene and atmosphere
15+
* [Pull request #1308](https://github.com/gazebosim/sdformat/pull/1308)
16+
17+
1. Infrastructure
18+
* [Pull request #1307](https://github.com/gazebosim/sdformat/pull/1307)
19+
* [Pull request #1306](https://github.com/gazebosim/sdformat/pull/1306)
20+
21+
1. Remove robot not found error when parsing fails
22+
* [Pull request #1290](https://github.com/gazebosim/sdformat/pull/1290)
23+
24+
1. Make some sdfdbg messages sdfmsgs
25+
* [Pull request #1288](https://github.com/gazebosim/sdformat/pull/1288)
26+
27+
1. Minor clean up of tests
28+
* [Pull request #1289](https://github.com/gazebosim/sdformat/pull/1289)
29+
330
### libsdformat 13.5.0 (2023-05-18)
431

532
1. Added projector Python wrapper

0 commit comments

Comments
 (0)