File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
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 pre2 )
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 2
2
3
3
### Gazebo Rendering 9.X
4
4
5
- ### Gazebo Rendering 9.0.0 (2024-09-XX )
5
+ ### Gazebo Rendering 9.0.0 (2024-09-25 )
6
6
7
7
1 . ** Baseline:** this includes all changes from 8.2.0 and earlier.
8
8
9
+ 1 . Update code for loading normal and albedo maps from image data
10
+ * [ Pull request #1068 ] ( https://github.com/gazebosim/gz-rendering/pull/1068 )
11
+
12
+ 1 . examples/depth_camera: Fixed windows usage
13
+ * [ Pull request #1060 ] ( https://github.com/gazebosim/gz-rendering/pull/1060 )
14
+
15
+ 1 . examples/heightmap: Fixed Windows build
16
+ * [ Pull request #1062 ] ( https://github.com/gazebosim/gz-rendering/pull/1062 )
17
+
18
+ 1 . Add Github Action for Windows and fix build
19
+ * [ Pull request #1049 ] ( https://github.com/gazebosim/gz-rendering/pull/1049 )
20
+
21
+ 1 . Miscellaneous documentation fixes
22
+ * [ Pull request #1051 ] ( https://github.com/gazebosim/gz-rendering/pull/1051 )
23
+ * [ Pull request #1053 ] ( https://github.com/gazebosim/gz-rendering/pull/1053 )
24
+ * [ Pull request #1054 ] ( https://github.com/gazebosim/gz-rendering/pull/1054 )
25
+ * [ Pull request #1055 ] ( https://github.com/gazebosim/gz-rendering/pull/1055 )
26
+ * [ Pull request #1061 ] ( https://github.com/gazebosim/gz-rendering/pull/1061 )
27
+ * [ Pull request #1064 ] ( https://github.com/gazebosim/gz-rendering/pull/1064 )
28
+ * [ Pull request #1069 ] ( https://github.com/gazebosim/gz-rendering/pull/1069 )
29
+
9
30
1 . Update badges to point to gz-rendering9 branch
10
31
* [ Pull request #1044 ] ( https://github.com/gazebosim/gz-rendering/pull/1044 )
11
32
You can’t perform that action at this time.
0 commit comments