Skip to content

Commit

Permalink
Prepare for 3.0.0~pre1 release (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed Aug 27, 2024
1 parent bff2a81 commit fe70cb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project()
gz_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

### Gazebo Plugin 3.0.0 (2024-08-27)

Changes since 2.0.3:
1. **Baseline:** this includes all changes from 2.0.3 and earlier.

1. Update gz-plugin3 badge URLs
* [Pull request #148](https://github.com/gazebosim/gz-plugin/pull/148)

1. Ionic changelog
* [Pull request #147](https://github.com/gazebosim/gz-plugin/pull/147)

1. Enable 24.04 CI, require cmake 3.22.1
* [Pull request #146](https://github.com/gazebosim/gz-plugin/pull/146)
Expand Down

0 comments on commit fe70cb5

Please sign in to comment.