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