Skip to content

Commit

Permalink
Prepare for 3.13.2 release (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored May 11, 2021
1 parent 2243a61 commit 92a7239
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a7239

Please sign in to comment.