Skip to content

Commit

Permalink
3 13 1 prep (#210)
Browse files Browse the repository at this point in the history
* Prepare for 3.13.1

Signed-off-by: Nate Koenig <[email protected]>

* Added missing change

Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig and Nate Koenig authored May 3, 2021
1 parent 2b34d64 commit 767ff48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.0)
project(ignition-common3 VERSION 3.13.1)

#============================================================================
# Find ignition-cmake
Expand Down
11 changes: 11 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.1 (2021-05-03)

1. Fix join paths to remove duplicate separators
* [Pull request #205](https://github.com/ignitionrobotics/ign-common/pull/209)

1. Fix loading collada files with multiple texcoord sets using the same offset.
* [Pull request #208](https://github.com/ignitionrobotics/ign-common/pull/208)

## Ignition Common 3.13.0 (2021-04-27)

1. Add function to convert single channel image data to RGB image
Expand All @@ -13,6 +21,9 @@
1. Fix colladaLoader on Windows
* [Pull request #200](https://github.com/ignitionrobotics/ign-common/pull/200)

1. Backport #188: Fix crash when using BVH animations.
* [Pull request #199](https://github.com/ignitionrobotics/ign-common/pull/199)

1. Improved Windows support
* [Pull request #197](https://github.com/ignitionrobotics/ign-common/pull/197)

Expand Down

0 comments on commit 767ff48

Please sign in to comment.