From 55d4009c609caa0de5c63be5d296e8d6710a5808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Mon, 26 Aug 2024 17:58:08 +0200 Subject: [PATCH 1/2] Ionic Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- Changelog.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 11caab94..ae500867 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,40 @@ ## Gazebo Msgs 11.x -### Gazebo Msgs 11.x.x (202X-XX-XX) +### Gazebo Msgs 11.0.0 (2024-08-26) + +1. Improve migration note on SphericalCoordinates + * [Pull request #452](https://github.com/gazebosim/gz-msgs/pull/452) + +1. Deprecate LOCAL2 in SphericalCoordinates + * [Pull request #451](https://github.com/gazebosim/gz-msgs/pull/451) + +1. Backport: Adding cone primitives. + * [Pull request #442](https://github.com/gazebosim/gz-msgs/pull/442) + +1. Remove cone shape from particle emitter + * [Pull request #446](https://github.com/gazebosim/gz-msgs/pull/446) + +1. Enable 24.04 CI, require cmake 3.22.1 + * [Pull request #444](https://github.com/gazebosim/gz-msgs/pull/444) + +1. Include config.hh to get needed macros + * [Pull request #426](https://github.com/gazebosim/gz-msgs/pull/426) + +1. Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. + * [Pull request #413](https://github.com/gazebosim/gz-msgs/pull/413) + +1. Support standalone executable in gz-msgs11 + * [Pull request #357](https://github.com/gazebosim/gz-msgs/pull/357) + +1. Added motion duration to gui_camera.proto + * [Pull request #408](https://github.com/gazebosim/gz-msgs/pull/408) + +1. Use HIDE_SYMBOLS_BY_DEFAULT + * [Pull request #407](https://github.com/gazebosim/gz-msgs/pull/407) + +1. Bumps in ionic : ci_matching_branch/bump_ionic_gz-msgs11 + * [Pull request #401](https://github.com/gazebosim/gz-msgs/pull/401) + ## Gazebo Msgs 10.x From eaf465fd7e60d43e72f5ac9218b061085c38afeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Mon, 26 Aug 2024 18:53:18 +0200 Subject: [PATCH 2/2] Update Changelog.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ian Chen Signed-off-by: Carlos Agüero --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ae500867..d925a422 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ 1. Improve migration note on SphericalCoordinates * [Pull request #452](https://github.com/gazebosim/gz-msgs/pull/452) -1. Deprecate LOCAL2 in SphericalCoordinates +1. Deprecate LOCAL2 in SphericalCoordinates * [Pull request #451](https://github.com/gazebosim/gz-msgs/pull/451) 1. Backport: Adding cone primitives.