We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8707d41 commit 3d8147bCopy full SHA for 3d8147b
2 files changed
CMakeLists.txt
@@ -27,7 +27,7 @@ project (sdformat12)
27
set (SDF_PROTOCOL_VERSION 1.9)
28
29
set (SDF_MAJOR_VERSION 12)
30
-set (SDF_MINOR_VERSION 2)
+set (SDF_MINOR_VERSION 3)
31
set (SDF_PATCH_VERSION 0)
32
33
set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
Changelog.md
@@ -1,5 +1,13 @@
1
## libsdformat 12.X
2
3
+### libsdformat 12.3.0 (2021-12-01)
4
+
5
+1. Fix empty pose parsing fail for rotation_format='quat_xyzw'
6
+ * [Pull request #729](https://github.com/ignitionrobotics/sdformat/pull/729)
7
8
+1. Added Add & Clear function to World, Model, and Link.
9
+ * [Pull request #765](https://github.com/ignitionrobotics/sdformat/pull/765)
10
11
### libsdformat 12.2.0 (2021-11-23)
12
13
1. Convert Joint DOM to Element.
0 commit comments