Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-math VERSION 9.2.0)
project(gz-math VERSION 9.3.0)

#============================================================================
# Find gz-cmake
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## Gazebo Math 9.x

### Gazebo Math 9.3.0 (2026-08-25)

1. Line2 updates:
* [Pull request #830](https://github.com/gazebosim/gz-math/pull/830)
* [Pull request #826](https://github.com/gazebosim/gz-math/pull/826)

1. Bazel updates:
* [Pull request #801](https://github.com/gazebosim/gz-math/pull/801)
* [Pull request #797](https://github.com/gazebosim/gz-math/pull/797)

1. Reduce StopWatch_TEST.py sleep times
* [Pull request #805](https://github.com/gazebosim/gz-math/pull/805)

1. Add Centroid() to the simple shape classes
* [Pull request #792](https://github.com/gazebosim/gz-math/pull/792)

1. ci: test on Ubuntu Resolute (26.04)
* [Pull request #789](https://github.com/gazebosim/gz-math/pull/789)

1. Add pybindings for VolumetricGridLookupField
* [Pull request #786](https://github.com/gazebosim/gz-math/pull/786)


### Gazebo Math 9.2.0 (2026-07-07)

1. [bazel] Bump default bazel version to 9.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-math</name>
<version>9.2.0</version>
<version>9.3.0</version>
<description>Gazebo Math : Math classes and functions for robot applications</description>
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer>
<maintainer email="aditya050995@gmail.com">Aditya Pande</maintainer>
Expand Down
Loading