diff --git a/BUILD.bazel b/BUILD.bazel index 542a7eb46..a1b9fe3da 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -21,9 +21,9 @@ PROJECT_NAME = "ignition-common" PROJECT_MAJOR = 3 -PROJECT_MINOR = 11 +PROJECT_MINOR = 13 -PROJECT_PATCH = 1 +PROJECT_PATCH = 0 # Generates config.hh based on the version numbers in CMake code. ign_config_header( diff --git a/CMakeLists.txt b/CMakeLists.txt index 923591ef5..44e5a9129 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-common3 VERSION 3.12.0) +project(ignition-common3 VERSION 3.13.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 1759ae82c..ecaee527d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,20 @@ ## Ignition Common 3.X.X +## Ignition Common 3.13.0 (2021-04-27) + +1. Add function to convert single channel image data to RGB image + * [Pull request #205](https://github.com/ignitionrobotics/ign-common/pull/205) + +1. Avoid duplication of / in joinPaths (Windows) + * [Pull request #201](https://github.com/ignitionrobotics/ign-common/pull/201) + +1. Fix colladaLoader on Windows + * [Pull request #200](https://github.com/ignitionrobotics/ign-common/pull/200) + +1. Improved Windows support + * [Pull request #197](https://github.com/ignitionrobotics/ign-common/pull/197) + ## Ignition Common 3.12.0 (2021-04-06) 1. Remove use of _SOURCE and _BINARY dirs in tests.