Skip to content

Commit

Permalink
Prepare for 7.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jan 30, 2025
1 parent 311d2b4 commit 5c30aea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-math7 VERSION 7.5.1)
project(gz-math7 VERSION 7.5.2)

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

### Gazebo Math 7.5.2 (2025-01-30)

1. Backport bazel BUILD updates from gz-math8
* [Pull request #651](https://github.com/gazebosim/gz-math/pull/651)

1. Permit building python bindings separately from gz-math library
* [Pull request #640](https://github.com/gazebosim/gz-math/pull/640)

### Gazebo Math 7.5.1 (2024-08-23)

1. Fix tolerance for axis-angle conversion of quaternions
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-math7</name>
<version>7.5.1</version>
<version>7.5.2</version>
<description>Gazebo Math : Math classes and functions for robot applications</description>
<maintainer email="[email protected]">Steve Peters</maintainer>
<maintainer email="[email protected]">Aditya Pande</maintainer>
Expand Down

0 comments on commit 5c30aea

Please sign in to comment.