Skip to content

Commit 60c8c69

Browse files
committed
Prepare for 6.17.0
Signed-off-by: Carlos Agüero <caguero@honurobotics.com>
1 parent 25e772f commit 60c8c69

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-math6 VERSION 6.16.0)
6+
project(ignition-math6 VERSION 6.17.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Gazebo Math 6.x
22

3+
## Gazebo Math 6.17.0 (2026-08-24)
4+
5+
1. Reduce StopWatch_TEST.py sleep times
6+
* [Pull request #811](https://github.com/gazebosim/gz-math/pull/811)
7+
8+
1. Add Centroid() to the simple shape classes
9+
* [Pull request #795](https://github.com/gazebosim/gz-math/pull/795)
10+
11+
1. Graph updates:
12+
* [Pull request #779](https://github.com/gazebosim/gz-math/pull/779)
13+
* [Pull request #767](https://github.com/gazebosim/gz-math/pull/767)
14+
* [Pull request #763](https://github.com/gazebosim/gz-math/pull/763)
15+
* [Pull request #757](https://github.com/gazebosim/gz-math/pull/757)
16+
* [Pull request #753](https://github.com/gazebosim/gz-math/pull/753)
17+
318
## Gazebo Math 6.16.0 (2026-04-10)
419

520
1. Add VolumeBelow/CenterOfVolumeBelow for Ellipsoid, Cylinder, Capsule

0 commit comments

Comments
 (0)