Skip to content

Commit

Permalink
Prepare for 3.0.0pre2 release (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Aug 27, 2024
1 parent 108a052 commit 2a10be0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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 pre2)

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

## Gazebo Utils 3.0.0 (20XX-XX-XX)

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

1. Logger updates
* [Pull request #139](https://github.com/gazebosim/gz-utils/pull/139)

1. Update badges to point to gz-utils3 branch
* [Pull request #137](https://github.com/gazebosim/gz-utils/pull/137)
* [Pull request #138](https://github.com/gazebosim/gz-utils/pull/138)

1. Update changelog and add prepare for prereleases
* [Pull request #136](https://github.com/gazebosim/gz-utils/pull/136)

1. Move spdlog::logger to gz-utils
* [Pull request #134](https://github.com/gazebosim/gz-utils/pull/134)

Expand Down

0 comments on commit 2a10be0

Please sign in to comment.