Skip to content

Commit eeb17ea

Browse files
authored
Prepare for 8.0.0 (#633)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent f1702e4 commit eeb17ea

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
1818
set(CMAKE_CXX_STANDARD 17)
1919
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020

21-
gz_configure_project(VERSION_SUFFIX pre1)
21+
gz_configure_project(VERSION_SUFFIX)
2222

2323
#============================================================================
2424
# Set project-specific options

Changelog.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
## Gazebo Math 8.x
22

3-
### Gazebo Math 8.0.0 (2024-09-XX)
3+
### Gazebo Math 8.0.0 (2024-09-25)
4+
5+
1. Miscellaneous documentation fixes
6+
* [Pull request #632](https://github.com/gazebosim/gz-math/pull/632)
7+
* [Pull request #631](https://github.com/gazebosim/gz-math/pull/631)
8+
* [Pull request #630](https://github.com/gazebosim/gz-math/pull/630)
9+
* [Pull request #628](https://github.com/gazebosim/gz-math/pull/628)
10+
11+
1. Fix Vector examples
12+
* [Pull request #629](https://github.com/gazebosim/gz-math/pull/629)
413

514
1. Added CoordinateVector3 and used it in SphericalCoordinates
615
* [Pull request #616](https://github.com/gazebosim/gz-math/pull/616)
716

817
1. Clamping color channel values to within [0, 1]
918
* [Pull request #613](https://github.com/gazebosim/gz-math/pull/613)
1019

11-
1. Implement rule of zero part 2
12-
* [Pull request #614](https://github.com/gazebosim/gz-math/pull/614)
13-
14-
1. Use ImplPtr, fix rule of 0 part 1
20+
1. Use ImplPtr, Implement rule of zero
1521
* [Pull request #608](https://github.com/gazebosim/gz-math/pull/608)
22+
* [Pull request #614](https://github.com/gazebosim/gz-math/pull/614)
1623

1724
1. Fix flaky Stopwatch test
1825
* [Pull request #610](https://github.com/gazebosim/gz-math/pull/610)

0 commit comments

Comments
 (0)