Skip to content

Commit

Permalink
🎈 3.14.2 (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 16, 2022
1 parent 6732e5a commit f55ef9c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
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.14.1)
project(ignition-common3 VERSION 3.14.2)

#============================================================================
# Find ignition-cmake
Expand Down
28 changes: 27 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
## Ignition Common 3.x
## Gazebo Common 3.x

## Gazebo Common 3.14.2 (2022-08-16)

1. Fix deprecation warning from new `ffmpeg`
* [Pull request #414](https://github.com/gazebosim/gz-common/pull/421)

1. Remove redundant namespace references
* [Pull request #414](https://github.com/gazebosim/gz-common/pull/414)

1. Add code coverage ignore file
* [Pull request #394](https://github.com/gazebosim/gz-common/pull/394)

1. Change `IGN_DESIGNATION` to `GZ_DESIGNATION`
* [Pull request #399](https://github.com/gazebosim/gz-common/pull/399)

1. Ignition -> Gazebo
* [Pull request #396](https://github.com/gazebosim/gz-common/pull/396)

1. Fix `FindSharedLibrary` for relative plugin paths
* [Pull request #382](https://github.com/gazebosim/gz-common/pull/382)

1. Fix race condition in `FileLogger`
* [Pull request #378](https://github.com/gazebosim/gz-common/pull/378)

1. Synchronize console writes
* [Pull request #227](https://github.com/gazebosim/gz-common/pull/227)

## Ignition Common 3.14.1 (2022-06-01)

Expand Down

0 comments on commit f55ef9c

Please sign in to comment.