Skip to content

Commit e191e1e

Browse files
committed
Prepare for 9.0.0~pre2 Release (#694)
Signed-off-by: Steve Peters <[email protected]>
1 parent 55cd1f3 commit e191e1e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find_package(gz-cmake REQUIRED)
1717
set(CMAKE_CXX_STANDARD 17)
1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1919

20-
gz_configure_project(VERSION_SUFFIX pre1)
20+
gz_configure_project(VERSION_SUFFIX pre2)
2121

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

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
1. **Baseline:** this includes all changes from 8.2.0 and earlier.
66

7+
1. Removed warning OccupancyGrid
8+
* [Pull request #693](https://github.com/gazebosim/gz-math/pull/693)
9+
710
1. packages.apt: use jetty package names
811
* [Pull request #687](https://github.com/gazebosim/gz-math/pull/687)
912

@@ -14,6 +17,8 @@
1417
* [Pull request #626](https://github.com/gazebosim/gz-math/pull/626)
1518

1619
1. Bazel support
20+
* [Pull request #695](https://github.com/gazebosim/gz-math/pull/695)
21+
* [Pull request #691](https://github.com/gazebosim/gz-math/pull/691)
1722
* [Pull request #683](https://github.com/gazebosim/gz-math/pull/683)
1823
* [Pull request #681](https://github.com/gazebosim/gz-math/pull/681)
1924
* [Pull request #680](https://github.com/gazebosim/gz-math/pull/680)

0 commit comments

Comments
 (0)