Skip to content

Commit cd1d3f8

Browse files
authored
Prepare for 9.0.0 (#1070)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 7ef4528 commit cd1d3f8

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
1818
set(CMAKE_CXX_STANDARD 17)
1919
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020

21-
gz_configure_project(VERSION_SUFFIX pre2)
21+
gz_configure_project(VERSION_SUFFIX)
2222

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

Changelog.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,31 @@
22

33
### Gazebo Rendering 9.X
44

5-
### Gazebo Rendering 9.0.0 (2024-09-XX)
5+
### Gazebo Rendering 9.0.0 (2024-09-25)
66

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

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+
930
1. Update badges to point to gz-rendering9 branch
1031
* [Pull request #1044](https://github.com/gazebosim/gz-rendering/pull/1044)
1132

0 commit comments

Comments
 (0)