From 02ec62b9819bcf253e5edf1ba069d9c1b0399b07 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 28 Jan 2022 14:40:49 -0600 Subject: [PATCH] Prepare for 1.2.0 release Signed-off-by: Michael Carroll --- BUILD.bazel | 2 +- CMakeLists.txt | 2 +- Changelog.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index bc8e1ba..6fe1c97 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -20,7 +20,7 @@ PROJECT_NAME = "ignition-utils" PROJECT_MAJOR = 1 -PROJECT_MINOR = 0 +PROJECT_MINOR = 2 PROJECT_PATCH = 0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d79faf..b51bf4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-utils1 VERSION 1.1.0) +project(ignition-utils1 VERSION 1.2.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 12ef2d5..4af4dce 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ ## Ignition Utils 1.x +## Ignition Utils 1.2.0 (2022-01-28) + +1. Enable cpplint on focal + * [Pull request #32](https://github.com/ignitionrobotics/ign-utils/pull/32) + +1. Add NeverDestroyed utility class + * [Pull request #31](https://github.com/ignitionrobotics/ign-utils/pull/31) + +1. Move environment functionality to utils + * [Pull request #30](https://github.com/ignitionrobotics/ign-utils/pull/30) + +1. ImplPtr Get method + * [Pull request #27](https://github.com/ignitionrobotics/ign-utils/pull/27) + ## Ignition Utils 1.1.0 (2021-09-02) 1. More complete bazel implementation