From 39e48c1388e30a1eac101bc89d34937a394d7d95 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Mon, 26 Sep 2022 08:32:27 -0700 Subject: [PATCH] 7.0.2 release (#513) Signed-off-by: Nate Koenig Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36051cb2b..af1f71389 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-math7 VERSION 7.0.1) +project(gz-math7 VERSION 7.0.2) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index 0ca7dda31..fab53971f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo Math 7.x +### Gazebo Math 7.0.2 + +1. Update to disable tests failing on arm64 + * [Pull request #512](https://github.com/gazebosim/gz-math/pull/512) + ### Gazebo Math 7.0.1 1. Disable tests failing on arm64