Skip to content

Commit 3d8147b

Browse files
nkoenigNate Koenig
andauthored
prepare 12.3.0 (#766)
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
1 parent 8707d41 commit 3d8147b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project (sdformat12)
2727
set (SDF_PROTOCOL_VERSION 1.9)
2828

2929
set (SDF_MAJOR_VERSION 12)
30-
set (SDF_MINOR_VERSION 2)
30+
set (SDF_MINOR_VERSION 3)
3131
set (SDF_PATCH_VERSION 0)
3232

3333
set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})

Changelog.md

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

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+
311
### libsdformat 12.2.0 (2021-11-23)
412

513
1. Convert Joint DOM to Element.

0 commit comments

Comments
 (0)