Commit eeb17ea 1 parent f1702e4 commit eeb17ea Copy full SHA for eeb17ea
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
18
18
set (CMAKE_CXX_STANDARD 17)
19
19
set (CMAKE_CXX_STANDARD_REQUIRED ON )
20
20
21
- gz_configure_project(VERSION_SUFFIX pre1 )
21
+ gz_configure_project(VERSION_SUFFIX)
22
22
23
23
#============================================================================
24
24
# Set project-specific options
Original file line number Diff line number Diff line change 1
1
## Gazebo Math 8.x
2
2
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 )
4
13
5
14
1 . Added CoordinateVector3 and used it in SphericalCoordinates
6
15
* [ Pull request #616 ] ( https://github.com/gazebosim/gz-math/pull/616 )
7
16
8
17
1 . Clamping color channel values to within [ 0, 1]
9
18
* [ Pull request #613 ] ( https://github.com/gazebosim/gz-math/pull/613 )
10
19
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
15
21
* [ Pull request #608 ] ( https://github.com/gazebosim/gz-math/pull/608 )
22
+ * [ Pull request #614 ] ( https://github.com/gazebosim/gz-math/pull/614 )
16
23
17
24
1 . Fix flaky Stopwatch test
18
25
* [ Pull request #610 ] ( https://github.com/gazebosim/gz-math/pull/610 )
You can’t perform that action at this time.
0 commit comments