Skip to content

Commit

Permalink
🎈 5.1.0 (#458)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Oct 14, 2022
1 parent 2c99f19 commit 90f4156
Show file tree
Hide file tree
Showing 2 changed files with 56 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(gz-common5 VERSION 5.0.0)
project(gz-common5 VERSION 5.1.0)
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})

#============================================================================
Expand Down
56 changes: 55 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
## Gazebo Common 5.x

## Gazebo Common 5.0.0 (20XX-XX-XX)
## Gazebo Common 5.1.0 (2022-10-13)

1. 4 ➡️ 5
* [Pull request #457](https:/gazebosim/gz-common/pull/457)

1. 🎈 4.6.1
* [Pull request #456](https:/gazebosim/gz-common/pull/456)

1. 🎈 4.6.0
* [Pull request #452](https:/gazebosim/gz-common/pull/452)

1. 🎈 4.5.2
* [Pull request #423](https:/gazebosim/gz-common/pull/423)

1. 3 ➡️ 4
* [Pull request #448](https:/gazebosim/gz-common/pull/448)
* [Pull request #445](https:/gazebosim/gz-common/pull/445)

1. 🎈 3.15.1
* [Pull request #454](https:/gazebosim/gz-common/pull/454)

1. 🎈 3.15.0
* [Pull request #447](https:/gazebosim/gz-common/pull/447)

1. 🎈 3.14.2
* [Pull request #419](https:/gazebosim/gz-common/pull/419)

1. Don't install auto-generated profiler.hh
* [Pull request #453](https:/gazebosim/gz-common/pull/453)

1. Fixed MeshManager Singleton
* [Pull request #451](https:/gazebosim/gz-common/pull/451)

1. Don't install CMakeLists.txt
* [Pull request #449](https:/gazebosim/gz-common/pull/449)

1. ign -> gz Migrate Ignition Headers : gz-common
* [Pull request #418](https:/gazebosim/gz-common/pull/418)

1. Suppress a bunch of unnecessary test output
* [Pull request #442](https:/gazebosim/gz-common/pull/442)

1. Fix metallic roughness file path for gltf assets
* [Pull request #436](https:/gazebosim/gz-common/pull/436)

1. Include cstring for memcpy
* [Pull request #437](https:/gazebosim/gz-common/pull/437)

1. Backport from 5 to 3 - Fix deprecation warning from new ffmpeg
* [Pull request #421](https:/gazebosim/gz-common/pull/421)

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

## Gazebo Common 5.0.0 (2022-09-22)

1. Improved visualization hw encoding tutorial gz-common5
* [Pull request #441](https:/gazebosim/gz-common/pull/441)
Expand Down

0 comments on commit 90f4156

Please sign in to comment.