From 5669d0eaf2f7428c8c82daa14035cbc3e3fb96e6 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 6 Nov 2024 16:07:54 -0600 Subject: [PATCH] Prepare for 9.5.1 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a4a6699..b1caeb52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 7f79b2f9..fc22c49a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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