From 5aa32ffea2301ab7f33785066d54be4b9c7d84ab Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Wed, 8 Nov 2023 16:36:05 +0000 Subject: [PATCH] Prepare for 2.2.0 release Signed-off-by: Michael Carroll --- CMakeLists.txt | 2 +- Changelog.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0658b3..57365f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 8852c4f..7a98ba0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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