From 1deb6d9e6cbeb28d7def20167c3d3146edd71633 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 17 Dec 2024 18:02:40 +0100 Subject: [PATCH] Prepare for 6.0.1 (#658) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 14 ++++++++++++++ package.xml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 492f754a..00039e2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-common6 VERSION 6.0.0) +project(gz-common6 VERSION 6.0.1) set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR}) #============================================================================ diff --git a/Changelog.md b/Changelog.md index da5a649d..0c726856 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ ## Gazebo Common 6.x +### Gazebo Common 6.0.1 (2024-12-17) + +1. Check normal presence before trying to read asMesh normals + * [Pull request #654](https://github.com/gazebosim/gz-common/pull/654) + +1. Include `math::Angle` since it is used here + * [Pull request #649](https://github.com/gazebosim/gz-common/pull/649) + +1. Adds EoL to example + * [Pull request #642](https://github.com/gazebosim/gz-common/pull/642) + +1. Remove gts references from documentation + * [Pull request #645](https://github.com/gazebosim/gz-common/pull/645) + ## Gazebo Common 6.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 5.6.0 and earlier. diff --git a/package.xml b/package.xml index ad6da2f3..7bc754f5 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ gz-common6 - 6.0.0 + 6.0.1 Gazebo Common : AV, Graphics, Events, and much more. Nate Koenig Apache License 2.0