Skip to content

Commit 3b2addb

Browse files
authored
Prepare for 10.0.0 pre2 release (#1171)
Signed-off-by: Ian Chen <[email protected]>
1 parent 546f5dc commit 3b2addb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
1. **Baseline:** this includes all changes from 9.3.0 and earlier.
88

9+
1. Prevent material destruction if setting the same material to a submesh
10+
* [Pull request #1168](https://github.com/gazebosim/gz-rendering/pull/1168)
11+
12+
1. Add a note about glut dependency in installation tutorial
13+
* [Pull request #1163](https://github.com/gazebosim/gz-rendering/pull/1163)
14+
15+
1. [Bazel] Update bazel module to use jetty release branches
16+
* [Pull request #1161](https://github.com/gazebosim/gz-rendering/pull/1161)
17+
918
1. Enable doxygen CI check on noble
1019
* [Pull request #1129](https://github.com/gazebosim/gz-rendering/pull/1129)
1120

0 commit comments

Comments
 (0)