Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 8.0.0 Release #633

Merged
merged 1 commit into from
Sep 26, 2024
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 @@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project(VERSION_SUFFIX pre1)
gz_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
17 changes: 12 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
## Gazebo Math 8.x

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

1. Miscellaneous documentation fixes
* [Pull request #632](https://github.com/gazebosim/gz-math/pull/632)
* [Pull request #631](https://github.com/gazebosim/gz-math/pull/631)
* [Pull request #630](https://github.com/gazebosim/gz-math/pull/630)
* [Pull request #628](https://github.com/gazebosim/gz-math/pull/628)

1. Fix Vector examples
* [Pull request #629](https://github.com/gazebosim/gz-math/pull/629)

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

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

1. Implement rule of zero part 2
* [Pull request #614](https://github.com/gazebosim/gz-math/pull/614)

1. Use ImplPtr, fix rule of 0 part 1
1. Use ImplPtr, Implement rule of zero
* [Pull request #608](https://github.com/gazebosim/gz-math/pull/608)
* [Pull request #614](https://github.com/gazebosim/gz-math/pull/614)

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