Skip to content

Commit

Permalink
Prepare for 3.14.0 release (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Oct 13, 2021
1 parent 0a3d541 commit df11d6e
Show file tree
Hide file tree
Showing 3 changed files with 29 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 = 13
PROJECT_MINOR = 14

PROJECT_PATCH = 2
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.13.2)
project(ignition-common3 VERSION 3.14.0)

#============================================================================
# Find ignition-cmake
Expand Down
26 changes: 26 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

## Ignition Common 3.X.X

## Ignition Common 3.14.0 (2021-10-12)

1. Support loading PBR textures in OBJLoader
* [Pull request #216](https://github.com/ignitionrobotics/ign-common/pull/216)

1. Remove CMAKE_CXX_FLAGS from test targetrs
* [Pull request #214](https://github.com/ignitionrobotics/ign-common/pull/214)

1. Set project-wide standard to C++17
* [Pull request #221](https://github.com/ignitionrobotics/ign-common/pull/221)

1. Fix av_* API usage for deprecations
* [Pull request #220](https://github.com/ignitionrobotics/ign-common/pull/220)

1. Make KeyEvent rule-of-five compliant
* [Pull request #224](https://github.com/ignitionrobotics/ign-common/pull/224)

1. Fix segfault caused by destructionb order of Event and Connection
* [Pull request #234](https://github.com/ignitionrobotics/ign-common/pull/234)

1. Fix a typo in VideoEncoder_TEST
* [Pull request #231](https://github.com/ignitionrobotics/ign-common/pull/231)

1. Use direct evaluation for SKIP_av
* [Pull request #250](https://github.com/ignitionrobotics/ign-common/pull/250)

## Ignition Common 3.13.2 (2021-05-11)

1. Backport collada fixes (Backport #204)
Expand Down

0 comments on commit df11d6e

Please sign in to comment.