Skip to content

Commit 1a484c0

Browse files
authored
Prepare for 12.7.2 release (#1320)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent a0b9a00 commit 1a484c0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 (sdformat12 VERSION 12.7.1)
8+
project (sdformat12 VERSION 12.7.2)
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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
## libsdformat 12.X
22

3+
### libsdformat 12.7.2 (2023-09-01)
4+
5+
1. Fixed 1.9/light.sdf
6+
* [Pull request #1281](https://github.com/gazebosim/sdformat/pull/1281)
7+
8+
1. URDF->SDF handle links with no inertia or small mass
9+
* [Pull request #1238](https://github.com/gazebosim/sdformat/pull/1238)
10+
11+
1. Fix Element::Set method return value
12+
* [Pull request #1256](https://github.com/gazebosim/sdformat/pull/1256)
13+
14+
1. Add missing values in Surace ToElement method
15+
* [Pull request #1263](https://github.com/gazebosim/sdformat/pull/1263)
16+
17+
1. Rename COPYING to LICENSE
18+
* [Pull request #1252](https://github.com/gazebosim/sdformat/pull/1252)
19+
20+
1. Infrastructure
21+
* [Pull request #1245](https://github.com/gazebosim/sdformat/pull/1245)
22+
* [Pull request #1271](https://github.com/gazebosim/sdformat/pull/1271)
23+
24+
1. Allow relative paths in URDF
25+
* [Pull request #1213](https://github.com/gazebosim/sdformat/pull/1213)
26+
327
### libsdformat 12.7.1 (2023-02-28)
428

529
1. Fix camera info topic default value

0 commit comments

Comments
 (0)