We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae8dcd commit 39e48c1Copy full SHA for 39e48c1
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
3
#============================================================================
4
# Initialize the project
5
6
-project(gz-math7 VERSION 7.0.1)
+project(gz-math7 VERSION 7.0.2)
7
8
9
# Find gz-cmake
Changelog.md
@@ -1,5 +1,10 @@
1
## Gazebo Math 7.x
2
+### 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
10
1. Disable tests failing on arm64
0 commit comments