File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY)
55 CMAKE_POLICY (SET CMP0004 NEW)
66endif (COMMAND CMAKE_POLICY)
77
8- project (sdformat14 VERSION 14.1.0 )
8+ project (sdformat14 VERSION 14.1.1 )
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
Original file line number Diff line number Diff line change 11## libsdformat 14.X
22
3+ ### libsdformat 14.1.1 (2024-03-28)
4+
5+ 1 . Fix warning with pybind11 2.12
6+ * [ Pull request #1389 ] ( https://github.com/gazebosim/sdformat/pull/1389 )
7+
8+ 1 . Use relative install paths in CMake
9+ * [ Pull request #1387 ] ( https://github.com/gazebosim/sdformat/pull/1387 )
10+
311### libsdformat 14.1.0 (2024-03-14)
12+
4131 . Resolve URIs relative to file path
514 * [ Pull request #1373 ] ( https://github.com/gazebosim/sdformat/pull/1373 )
615
22311 . Bazel updates for Garden build
2332 * [ Pull request #1239 ] ( https://github.com/gazebosim/sdformat/pull/1239 )
2433
25- 1 . Fix static builds and optimize test compilation
34+ 1 . Fix static builds and optimize test compilation
2635 * [ Pull request #1343 ] ( https://github.com/gazebosim/sdformat/pull/1343 )
2736 * [ Pull request #1347 ] ( https://github.com/gazebosim/sdformat/pull/1347 )
2837
You can’t perform that action at this time.
0 commit comments