Skip to content

Commit dc85674

Browse files
committed
prepare for 8.2.0 release
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 366960f commit dc85674

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

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.22.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-math8 VERSION 8.1.1)
6+
project(gz-math8 VERSION 8.2.0)
77

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

Changelog.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Gazebo Math 8.x
22

3+
### Gazebo Math 8.2.0 (2025-05-12)
4+
5+
1. Fix bazel build errors with clang
6+
* [Pull request #678](https://github.com/gazebosim/gz-math/pull/678)
7+
8+
1. Use 24.04 for doxygen CI
9+
* [Pull request #676](https://github.com/gazebosim/gz-math/pull/676)
10+
11+
1. Use Bazel Central Registry version of eigen
12+
* [Pull request #675](https://github.com/gazebosim/gz-math/pull/675)
13+
14+
1. Test building python bindings in Ubuntu CI
15+
* [Pull request #672](https://github.com/gazebosim/gz-math/pull/672)
16+
17+
1. Docs/spell check
18+
* [Pull request #669](https://github.com/gazebosim/gz-math/pull/669)
19+
20+
1. feat: Add AxisAlignedBox conversion helpers
21+
* [Pull request #667](https://github.com/gazebosim/gz-math/pull/667)
22+
23+
1. bazel: Build pybind module and test
24+
* [Pull request #661](https://github.com/gazebosim/gz-math/pull/661)
25+
326
### Gazebo Math 8.1.1 (2025-02-12)
427

528
1. Unify `Python3_Development_FOUND` checks
@@ -39,7 +62,7 @@
3962
* [Pull request #640](https://github.com/gazebosim/gz-math/pull/640)
4063
* [Pull request #636](https://github.com/gazebosim/gz-math/pull/636)
4164

42-
1. Merge all changes from 7.5.1
65+
1. Merge all changes from 7.5.1
4366
* [Pull request #623](https://github.com/gazebosim/gz-math/pull/623)
4467

4568
### Gazebo Math 8.0.0 (2024-09-25)

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-math8</name>
5-
<version>8.1.1</version>
5+
<version>8.2.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)