From e64595147e85af326e3126944ff332a76e095f30 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 27 Sep 2022 15:56:14 -0700 Subject: [PATCH] Prepare for 13.0.1 release (#1175) Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccdf63b6b..6d753d4ab 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.0.0) +project (sdformat13 VERSION 13.0.1) # 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 fcd033925..a935715e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ ## libsdformat 13.X -### libsdformat 13.0.0 (202X-XX-XX) +### libsdformat 13.0.1 (2022-09-27) + +1. Fix arm tests + * [Pull request #1173](https://github.com/gazebosim/sdformat/pull/1173) + +### libsdformat 13.0.0 (2022-09-23) 1. Add camera `optical_frame_id` element * [Pull request #1109](https://github.com/gazebosim/sdformat/pull/1109)