Skip to content

Commit 11e9480

Browse files
authored
🎈 3.16.0 (#519)
Signed-off-by: Michael Carroll <[email protected]>
1 parent c9c2003 commit 11e9480

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-common3 VERSION 3.15.1)
6+
project(ignition-common3 VERSION 3.16.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
## Gazebo Common 3.x
22

3+
## Gazebo Common 3.16.0 (2023-06-05)
4+
5+
1. Include cstdint to build with GCC 13
6+
* [Pull request #517](https://github.com/gazebosim/gz-common/pull/517)
7+
8+
1. Fix missing cstdint header in latest gcc build
9+
* [Pull request #513](https://github.com/gazebosim/gz-common/pull/513)
10+
11+
1. Fix for ffmpeg v6
12+
* [Pull request #497](https://github.com/gazebosim/gz-common/pull/497)
13+
14+
1. Include cstring for memcpy
15+
* [Pull request #501](https://github.com/gazebosim/gz-common/pull/501)
16+
17+
1. Fixed MeshManager Singleton
18+
* [Pull request #451](https://github.com/gazebosim/gz-common/pull/451)
19+
20+
1. Rename COPYING to LICENSE
21+
* [Pull request #494](https://github.com/gazebosim/gz-common/pull/494)
22+
23+
1. Add marcoag as codeowner
24+
* [Pull request #493](https://github.com/gazebosim/gz-common/pull/493)
25+
26+
1. CI workflow: use checkout v3
27+
* [Pull request #490](https://github.com/gazebosim/gz-common/pull/490)
28+
29+
1. Improved coverage remotery
30+
* [Pull request #467](https://github.com/gazebosim/gz-common/pull/467)
31+
32+
1. Added BVH and STL loader tests
33+
* [Pull request #466](https://github.com/gazebosim/gz-common/pull/466)
34+
35+
1. Increased Image coverage
36+
* [Pull request #465](https://github.com/gazebosim/gz-common/pull/465)
37+
338
## Gazebo Common 3.15.1 (2022-10-11)
439

540
1. Fix build on case-insensitive filesystems

0 commit comments

Comments
 (0)