Skip to content

Commit 3c0ca94

Browse files
authored
Prepare for 10.3.2 release (#483)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 0a49a58 commit 3c0ca94

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-msgs10 VERSION 10.3.1)
6+
project(gz-msgs10 VERSION 10.3.2)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Gazebo Msgs 10.x
22

3+
### Gazebo Msgs 10.3.2 (2025-02-10)
4+
5+
1. cmake extras: only find Python3 if needed
6+
* [Pull request #479](https://github.com/gazebosim/gz-msgs/pull/479)
7+
38
### Gazebo Msgs 10.3.1 (2024-11-11)
49

510
1. Add rule to build python version of protos

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>gz-msgs10</name>
4-
<version>10.3.1</version>
4+
<version>10.3.2</version>
55
<description>Gazebo Messages: Protobuf messages and functions for robot applications</description>
66
<maintainer email="caguero@openrobotics.org">Carlos Agüero</maintainer>
77
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)