From f844e224ca0ef9a1182e18d80451d6560a4045f6 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Tue, 11 May 2021 11:49:12 -0500 Subject: [PATCH] Prepare for 3.13.2 release Signed-off-by: Michael Carroll --- BUILD.bazel | 2 +- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index a1b9fe3da..ec24a4fb1 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -23,7 +23,7 @@ PROJECT_MAJOR = 3 PROJECT_MINOR = 13 -PROJECT_PATCH = 0 +PROJECT_PATCH = 2 # Generates config.hh based on the version numbers in CMake code. ign_config_header( diff --git a/CMakeLists.txt b/CMakeLists.txt index c844f1280..640688f9c 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.13.1) +project(ignition-common3 VERSION 3.13.2) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index dce87db69..a9a92c3e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ ## Ignition Common 3.X.X +## Ignition Common 3.13.2 (2021-05-11) + +1. Backport collada fixes (Backport #204) + * [Pull request #211](https://github.com/ignitionrobotics/ign-common/pull/211) + +1. Fix join paths again + * [Pull request #215](https://github.com/ignitionrobotics/ign-common/pull/215) + ## Ignition Common 3.13.1 (2021-05-03) 1. Fix join paths to remove duplicate separators