From e2e7d1eac8a702f4ca5c4f62878907e75613ef0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Mon, 11 Nov 2024 17:47:04 +0100 Subject: [PATCH] Prepare for 10.3.1 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ package.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32effa06..141636f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-msgs10 VERSION 10.3.0) +project(gz-msgs10 VERSION 10.3.1) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 3c610cf2..16c824b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ## Gazebo Msgs 10.x +### Gazebo Msgs 10.3.1 (2024-11-11) + +1. Add rule to build python version of protos + * [Pull request #474](https://github.com/gazebosim/gz-msgs/pull/474) + +1. Return only unique message types in `MessageFactory::Types` function + * [Pull request #472](https://github.com/gazebosim/gz-msgs/pull/472) + ### Gazebo Msgs 10.3.0 (2024-06-18) 1. Backport: Adding cone primitives. diff --git a/package.xml b/package.xml index 66c56f5c..37b676e6 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ gz-msgs10 - 10.3.0 + 10.3.1 Gazebo Messages: Protobuf messages and functions for robot applications Carlos Agüero Apache License 2.0