Skip to content

Commit

Permalink
Prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Nov 8, 2023
1 parent db61818 commit 5aa32ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-utils2 VERSION 2.1.0)
project(gz-utils2 VERSION 2.2.0)

#============================================================================
# Find gz-cmake
Expand Down
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Gazebo Utils 2.x

## Gazebo Utils 2.2.0 (2023-11-08)

1. Make the single argument constructor inherit the env
* [Pull request #113](https://github.com/gazebosim/gz-utils/pull/113)

1. Add new functions for manipulating the environment
* [Pull request #114](https://github.com/gazebosim/gz-utils/pull/114)

1. Add license checking support to bazel
* [Pull request #108](https://github.com/gazebosim/gz-utils/pull/108)

1. Include what you use
* [Pull request #107](https://github.com/gazebosim/gz-utils/pull/107)

1. Ensure all licenses are reflected in the LICENSE file
* [Pull request #106](https://github.com/gazebosim/gz-utils/pull/106)

1. Not sure why this was here, but it is unused
* [Pull request #105](https://github.com/gazebosim/gz-utils/pull/105)

## Gazebo Utils 2.1.0 (2023-09-26)

1. Documentation fixes
Expand Down

0 comments on commit 5aa32ff

Please sign in to comment.