Skip to content

Commit 6d3672c

Browse files
authored
Prepare for 14.1.1 Release (#1388)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 69aca59 commit 6d3672c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.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

Changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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+
413
1. Resolve URIs relative to file path
514
* [Pull request #1373](https://github.com/gazebosim/sdformat/pull/1373)
615

@@ -22,7 +31,7 @@
2231
1. 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

0 commit comments

Comments
 (0)