Skip to content

Commit 33662e1

Browse files
authored
Prepare for 14.1.0 (#1383)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 62e40ca commit 33662e1

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-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 (sdformat14 VERSION 14.0.0)
8+
project (sdformat14 VERSION 14.1.0)
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: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
## libsdformat 14.X
22

3+
### libsdformat 14.1.0 (2024-03-14)
4+
1. Resolve URIs relative to file path
5+
* [Pull request #1373](https://github.com/gazebosim/sdformat/pull/1373)
6+
7+
1. Use `//link/inertial/density` for auto-inertials
8+
* [Pull request #1335](https://github.com/gazebosim/sdformat/pull/1335)
9+
10+
1. Fix a little typo in the README.md
11+
* [Pull request #1365](https://github.com/gazebosim/sdformat/pull/1365)
12+
13+
1. Fix version variable in reference manual PDF filename
14+
* [Pull request #1363](https://github.com/gazebosim/sdformat/pull/1363)
15+
16+
1. In parser config test, use a filename less likely to exist
17+
* [Pull request #1362](https://github.com/gazebosim/sdformat/pull/1362)
18+
19+
1. Update CI badges in README
20+
* [Pull request #1352](https://github.com/gazebosim/sdformat/pull/1352)
21+
22+
1. Bazel updates for Garden build
23+
* [Pull request #1239](https://github.com/gazebosim/sdformat/pull/1239)
24+
25+
1. Fix static builds and optimize test compilation
26+
* [Pull request #1343](https://github.com/gazebosim/sdformat/pull/1343)
27+
* [Pull request #1347](https://github.com/gazebosim/sdformat/pull/1347)
28+
29+
1. Install ruby commands on Windows
30+
* [Pull request #1339](https://github.com/gazebosim/sdformat/pull/1339)
31+
32+
1. Infrastructure
33+
* [Pull request #1336](https://github.com/gazebosim/sdformat/pull/1336)
34+
* [Pull request #1345](https://github.com/gazebosim/sdformat/pull/1345)
35+
* [Pull request #1367](https://github.com/gazebosim/sdformat/pull/1367)
36+
37+
1. URDF parser: use SDFormat 1.11, parse joint mimic
38+
* [Pull request #1333](https://github.com/gazebosim/sdformat/pull/1333)
39+
40+
1. URDF->SDF handle links with no inertia or small mass
41+
* [Pull request #1238](https://github.com/gazebosim/sdformat/pull/1238)
42+
343
### libsdformat 14.0.0 (2023-09-29)
444

545
1. Add missing conda dependencies

0 commit comments

Comments
 (0)