Skip to content

Commit

Permalink
Prepare for 11.0.0 (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 26, 2024
1 parent 74a20b2 commit 8456827
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 @@ find_package(gz-cmake4 REQUIRED)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project(VERSION_SUFFIX pre1
gz_configure_project(VERSION_SUFFIX
CONFIG_EXTRAS "gz-msgs-extras.cmake.in")

#============================================================================
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Gazebo Msgs 11.x

### Gazebo Msgs 11.0.0 (2024-09-xx)
### Gazebo Msgs 11.0.0 (2024-09-25)

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

1. Miscellaneous documentation fixes
* [Pull request #458](https://github.com/gazebosim/gz-msgs/pull/458)
* [Pull request #461](https://github.com/gazebosim/gz-msgs/pull/461)
* [Pull request #459](https://github.com/gazebosim/gz-msgs/pull/459)
* [Pull request #457](https://github.com/gazebosim/gz-msgs/pull/457)

1. Update gz-msgs11 badge URLs
* [Pull request #455](https://github.com/gazebosim/gz-msgs/pull/455)

Expand Down

0 comments on commit 8456827

Please sign in to comment.