Skip to content

Commit

Permalink
Bump to 11.0.1 release (#471)
Browse files Browse the repository at this point in the history
* Bumped to 11.0.1

Signed-off-by: Jose Luis Rivero <[email protected]>

* Update changelog

Signed-off-by: Jose Luis Rivero <[email protected]>

---------

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Oct 10, 2024
1 parent eaf96af commit de833cd
Show file tree
Hide file tree
Showing 3 changed files with 7 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.0)
project(gz-msgs11 VERSION 11.0.1)

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

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

1. Fix bash completion script install path
* [Pull request #469](https://github.com/gazebosim/gz-msgs/pull/469)

### Gazebo Msgs 11.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 10.3.0 and earlier.
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.0</version>
<version>11.0.1</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 de833cd

Please sign in to comment.