Skip to content

Commit dd28813

Browse files
authored
Prepare for 7.6.0 release (#743)
Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
1 parent b380186 commit dd28813

3 files changed

Lines changed: 22 additions & 2 deletions

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(gz-math7 VERSION 7.5.2)
6+
project(gz-math7 VERSION 7.6.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

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

3+
### Gazebo Math 7.6.0 (2026-04-10)
4+
5+
1. Add VolumeBelow/CenterOfVolumeBelow for Ellipsoid, Cylinder, Capsule, Cone
6+
* [Pull request #734](https://github.com/gazebosim/gz-math/pull/734)
7+
8+
1. Fix Box VolumeBelow/CenterOfVolumeBelow and Sphere<float> type error
9+
* [Pull request #727](https://github.com/gazebosim/gz-math/pull/727)
10+
11+
1. Correct calculation in ProjectPointToPlane
12+
* [Pull request #702](https://github.com/gazebosim/gz-math/pull/702)
13+
14+
1. python: suppress Pose3 deprecation warnings
15+
* [Pull request #682](https://github.com/gazebosim/gz-math/pull/682)
16+
17+
1. Backport: Docs/spell check
18+
* [Pull request #669](https://github.com/gazebosim/gz-math/pull/669)
19+
20+
1. Unify Python3_Development_FOUND checks
21+
* [Pull request #663](https://github.com/gazebosim/gz-math/pull/663)
22+
323
### Gazebo Math 7.5.2 (2025-01-30)
424

525
1. Backport bazel BUILD updates from gz-math8

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-math7</name>
5-
<version>7.5.2</version>
5+
<version>7.6.0</version>
66
<description>Gazebo Math : Math classes and functions for robot applications</description>
77
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer>
88
<maintainer email="aditya050995@gmail.com">Aditya Pande</maintainer>

0 commit comments

Comments
 (0)