File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-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 (sdformat12 VERSION 12.7.1 )
8
+ project (sdformat12 VERSION 12.7.2 )
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 12.X
2
2
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
+
3
27
### libsdformat 12.7.1 (2023-02-28)
4
28
5
29
1 . Fix camera info topic default value
You can’t perform that action at this time.
0 commit comments