Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for gz-rendering 9.0.0~pre1 release #1045

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project(VERSION_SUFFIX)
gz_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Gazebo Rendering 9.0.0 (2024-09-XX)

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

1. Update badges to point to gz-rendering9 branch
* [Pull request #1044](https://github.com/gazebosim/gz-rendering/pull/1044)

1. Ionic Changelog
* [Pull request #1042](https://github.com/gazebosim/gz-rendering/pull/1042)

1. Remove gl preference in cmake
* [Pull request #1041](https://github.com/gazebosim/gz-rendering/pull/1041)

Expand Down
Loading