Skip to content

Commit

Permalink
Prepare for 9.5.1 (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Nov 7, 2024
1 parent fd36d69 commit 08b2677
Show file tree
Hide file tree
Showing 2 changed files with 15 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(gz-msgs9 VERSION 9.5.0)
project(gz-msgs9 VERSION 9.5.1)

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

### Gazebo Msgs 9.5.1 (2024-11-06)

1. Allow topic and service to construct messages from description files
* [Pull request #428](https://github.com/gazebosim/gz-msgs/pull/428)

1. Bazel: Fix `py_binary` location
* [Pull request #406](https://github.com/gazebosim/gz-msgs/pull/406)

1. Fix compiler warning in `generator.cc`
* [Pull request #403](https://github.com/gazebosim/gz-msgs/pull/403)

1. Set `GZ_TOOLS_VER` to 2 for consistency with rest of Garden and Harmonic libraries
* [Pull request #391](https://github.com/gazebosim/gz-msgs/pull/391)

### Gazebo Msgs 9.5.0 (2023-08-25)

1. Remove deprecated flag output_to_genfiles
Expand Down

0 comments on commit 08b2677

Please sign in to comment.