From f7fadb084aba47d0992fe67547934586ace15edc Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Tue, 25 Jun 2024 05:50:12 -0700 Subject: [PATCH 1/2] Prepare for 13.8.0 release Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1e078444..4c85726fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(COMMAND CMAKE_POLICY) CMAKE_POLICY(SET CMP0004 NEW) endif(COMMAND CMAKE_POLICY) -project (sdformat13 VERSION 13.7.0) +project (sdformat13 VERSION 13.8.0) # The protocol version has nothing to do with the package version. # It represents the current version of SDFormat implemented by the software diff --git a/Changelog.md b/Changelog.md index 605aefd81..7d3250802 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ## libsdformat 13.X +### libsdformat 13.7.0 (2024-06-25) + +1. Added `World::ActorByName` + * [Pull request #1436](https://github.com/gazebosim/sdformat/pull/1436) + +1. Backport #1367 to Garden: Fix find Python3 logic. + * [Pull request #1370](https://github.com/gazebosim/sdformat/pull/1370) + ### libsdformat 13.7.0 (2024-06-13) 1. Add support for no gravity link From bc8899697d44aab0693452a289983b68f0f23d3d Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Tue, 25 Jun 2024 06:15:43 -0700 Subject: [PATCH 2/2] 13.8.0 Signed-off-by: Nate Koenig --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7d3250802..668d228e4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## libsdformat 13.X -### libsdformat 13.7.0 (2024-06-25) +### libsdformat 13.8.0 (2024-06-25) 1. Added `World::ActorByName` * [Pull request #1436](https://github.com/gazebosim/sdformat/pull/1436)