Skip to content

Commit

Permalink
Prepare for 3.0.0pre3 (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero authored Aug 28, 2024
1 parent 2b53ca8 commit daa3d65
Show file tree
Hide file tree
Showing 2 changed files with 7 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 pre2)
gz_configure_project(VERSION_SUFFIX pre3)

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

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

1. Update logger level and flush_on values
* [Pull request #142](https://github.com/gazebosim/gz-utils/pull/142)

1. Use common formatter for console and file sinks
* [Pull request #141](https://github.com/gazebosim/gz-utils/pull/141)

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

Expand Down

0 comments on commit daa3d65

Please sign in to comment.