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