From 7d8f7bff57c5eced3c5c1bffe6e2455072c3743b Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 10 Feb 2025 13:58:29 -0800 Subject: [PATCH] Prepare for 10.3.2 release Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ package.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 141636f4..88200497 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.1) +project(gz-msgs10 VERSION 10.3.2) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 16c824b3..801213ad 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo Msgs 10.x +### Gazebo Msgs 10.3.2 (2025-02-10) + +1. cmake extras: only find Python3 if needed + * [Pull request #479](https://github.com/gazebosim/gz-msgs/pull/479) + ### Gazebo Msgs 10.3.1 (2024-11-11) 1. Add rule to build python version of protos diff --git a/package.xml b/package.xml index 37b676e6..9d96c902 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ gz-msgs10 - 10.3.1 + 10.3.2 Gazebo Messages: Protobuf messages and functions for robot applications Carlos Agüero Apache License 2.0