Skip to content

Commit 023cf4e

Browse files
authored
Prepare for 13.8.0 release (#1443)
* Prepare for 13.8.0 release Signed-off-by: Nate Koenig <natekoenig@gmail.com> --------- Signed-off-by: Nate Koenig <natekoenig@gmail.com>
1 parent b43b83f commit 023cf4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

+1-1
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 (sdformat13 VERSION 13.7.0)
8+
project (sdformat13 VERSION 13.8.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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## libsdformat 13.X
22

3+
### libsdformat 13.8.0 (2024-06-25)
4+
5+
1. Added `World::ActorByName`
6+
* [Pull request #1436](https://github.com/gazebosim/sdformat/pull/1436)
7+
8+
1. Backport #1367 to Garden: Fix find Python3 logic.
9+
* [Pull request #1370](https://github.com/gazebosim/sdformat/pull/1370)
10+
311
### libsdformat 13.7.0 (2024-06-13)
412

513
1. Add support for no gravity link

0 commit comments

Comments
 (0)