Skip to content

Commit

Permalink
Prepare for 3.13.0 release (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Apr 27, 2021
1 parent 9f26057 commit f1c8c4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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(
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.12.0)
project(ignition-common3 VERSION 3.13.0)

#============================================================================
# Find ignition-cmake
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1c8c4a

Please sign in to comment.