Skip to content

Commit aa82f82

Browse files
committed
Prepare for 9.10.1
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent a88ac4d commit aa82f82

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set (SDF_PROTOCOL_VERSION 1.7)
2828

2929
set (SDF_MAJOR_VERSION 9)
3030
set (SDF_MINOR_VERSION 10)
31-
set (SDF_PATCH_VERSION 0)
31+
set (SDF_PATCH_VERSION 1)
3232

3333
set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
3434
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION})

Changelog.md

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

3+
### libsdformat 9.10.1 (2024-01-05)
4+
5+
1. URDF->SDF handle links with no inertia or small mass
6+
* [Pull request #1238](https://github.com/gazebosim/sdformat/pull/1238)
7+
8+
1. Fix Element::Set method return value
9+
* [Pull request #1256](https://github.com/gazebosim/sdformat/pull/1256)
10+
11+
1. Allowing relative paths in URDF
12+
* [Pull request #1213](https://github.com/gazebosim/sdformat/pull/1213)
13+
14+
1. Use `File.exist?` for Ruby 3.2 compatibility
15+
* [Pull request #1216](https://github.com/gazebosim/sdformat/pull/1216)
16+
17+
1. Infrastructure
18+
* [Pull request #1217](https://github.com/gazebosim/sdformat/pull/1217)
19+
* [Pull request #1225](https://github.com/gazebosim/sdformat/pull/1225)
20+
* [Pull request #1271](https://github.com/gazebosim/sdformat/pull/1271)
21+
* [Pull request #1345](https://github.com/gazebosim/sdformat/pull/1345)
22+
* [Pull request #1252](https://github.com/gazebosim/sdformat/pull/1252)
23+
324
### libsdformat 9.10.0 (2022-11-30)
425

526
1. Ign to gz header migration.

0 commit comments

Comments
 (0)