Skip to content

Commit

Permalink
Merge pull request #149 from azeey/prep_3.0.0
Browse files Browse the repository at this point in the history
Prepare for 3.0.0 Release
  • Loading branch information
j-rivero authored Sep 26, 2024
2 parents fb1cc81 + 24a37ce commit a70e742
Show file tree
Hide file tree
Showing 2 changed files with 11 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 pre3)
gz_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
## Gazebo Utils 3.x

## Gazebo Utils 3.0.0 (20XX-XX-XX)
## Gazebo Utils 3.0.0 (2024-09-25)

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

1. Add EoL and use SetConsoleSinkLevel in example
* [Pull request #148](https://github.com/gazebosim/gz-utils/pull/148)

1. Catch spdlog exception thrown when creating file
* [Pull request #145](https://github.com/gazebosim/gz-utils/pull/145)

1. Include file name in log format
* [Pull request #144](https://github.com/gazebosim/gz-utils/pull/144)

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

Expand Down

0 comments on commit a70e742

Please sign in to comment.