From fc2edd088ed54a9cbc28eab6ca21c56e27c90826 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Mon, 10 Oct 2022 14:30:36 -0700 Subject: [PATCH 1/2] 5.11.0-pre1 (#310) Signed-off-by: Nate Koenig Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c40f76b1..9a9f7915 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-msgs5 VERSION 5.10.0) +project(ignition-msgs5 VERSION 5.11.0) #============================================================================ # Find ignition-cmake @@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.13 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project() +ign_configure_project(VERSION_SUFFIX pre1) if (UNIX AND NOT APPLE) set (EXTRA_TEST_LIB_DEPS stdc++fs) From 5296dff386aa0835027303a3b3209941ae005220 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Tue, 11 Oct 2022 05:08:35 -0700 Subject: [PATCH 2/2] 5.11.0 release (#311) Signed-off-by: Nate Koenig Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a9f7915..d5164d92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.13 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) if (UNIX AND NOT APPLE) set (EXTRA_TEST_LIB_DEPS stdc++fs) diff --git a/Changelog.md b/Changelog.md index 591b9f14..bfa29b8e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,18 @@ ## Ignition Msgs 5.x +### Ignition Msgs 5.10.0 (2022-10-10) + +1. Ignition to Gazebo renaming. + * [Pull request #282](https://github.com/gazebosim/gz-msgs/pull/282) + * [Pull request #293](https://github.com/gazebosim/gz-msgs/pull/293) + * [Pull request #300](https://github.com/gazebosim/gz-msgs/pull/300) + +1. Remove mistaken VERSION. + * [Pull request #284](https://github.com/gazebosim/gz-msgs/pull/284) + +1. Increase utility coverage. + * [Pull request #283](https://github.com/gazebosim/gz-msgs/pull/283) + ### Ignition Msgs 5.10.0 (2022-07-18) 1. Add entity wrench message