Skip to content

Commit

Permalink
Prepare for 5.11.1 (#481)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jan 31, 2025
1 parent 31bde8e commit dc2c318
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-msgs5 VERSION 5.11.0)
project(ignition-msgs5 VERSION 5.11.1)

#============================================================================
# Find ignition-cmake
Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Ignition Msgs 5.x

### Gazebo Msgs 5.11.1 (2025-01-29)

1. GzProtobuf: Do not require version 3
* [Pull request #346](https://github.com/gazebosim/gz-msgs/pull/346)

1. Infrastructure
* [Pull request #409](https://github.com/gazebosim/gz-msgs/pull/409)
* [Pull request #331](https://github.com/gazebosim/gz-msgs/pull/331)

1. Rename COPYING to LICENSE
* [Pull request #330](https://github.com/gazebosim/gz-msgs/pull/330)

1. Fix typo in changelog
* [Pull request #314](https://github.com/gazebosim/gz-msgs/pull/314)

### Ignition Msgs 5.11.0 (2022-10-10)

1. Ignition to Gazebo renaming.
Expand Down

0 comments on commit dc2c318

Please sign in to comment.