Skip to content

Commit

Permalink
Prepare for 11.0.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jan 10, 2025
1 parent 373b6da commit 9a64ca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-msgs11 VERSION 11.0.1)
project(gz-msgs11 VERSION 11.0.2)

#============================================================================
# Find gz-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo Msgs 11.x

### Gazebo Msgs 11.0.2 (2025-01-10)

1. cmake extras: only find Python3 if needed
* [Pull request #479](https://github.com/gazebosim/gz-msgs/pull/479)

1. ci.yml: run cppcheck, cpplint on noble
* [Pull request #478](https://github.com/gazebosim/gz-msgs/pull/478)

### Gazebo Msgs 11.0.1 (2024-10-10)

1. Fix bash completion script install path
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>gz-msgs11</name>
<version>11.0.1</version>
<version>11.0.2</version>
<description>Gazebo Messages: Protobuf messages and functions for robot applications</description>
<maintainer email="[email protected]">Carlos Agüero</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 9a64ca7

Please sign in to comment.