Skip to content

Commit 60b1fdd

Browse files
authored
🎈 4.7.0 (#510)
Signed-off-by: Michael Carroll <[email protected]>
1 parent c7827f3 commit 60b1fdd

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-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-common4 VERSION 4.6.2)
6+
project(ignition-common4 VERSION 4.7.0)
77

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

Changelog.md

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

3+
## Gazebo Common 4.7.0 (2023-05-17)
4+
5+
1. Forward Ports: 3 -> 4 (#506)
6+
* [Pull request #506](https://github.com/gazebosim/gz-common/pull/506)
7+
* [Pull request #500](https://github.com/gazebosim/gz-common/pull/500)
8+
* [Pull request #495](https://github.com/gazebosim/gz-common/pull/495)
9+
* [Pull request #491](https://github.com/gazebosim/gz-common/pull/491)
10+
11+
1. Fix build error when using gz:: with ign-common4
12+
* [Pull request #489](https://github.com/gazebosim/gz-common/pull/489)
13+
14+
1. Fix for ffmpeg v6
15+
* [Pull request #497](https://github.com/gazebosim/gz-common/pull/497)
16+
17+
1. Include cstring for memcpy
18+
* [Pull request #501](https://github.com/gazebosim/gz-common/pull/501)
19+
20+
1. Fixed MeshManager Singleton
21+
* [Pull request #451](https://github.com/gazebosim/gz-common/pull/451)
22+
23+
1. Rename COPYING to LICENSE
24+
* [Pull request #494](https://github.com/gazebosim/gz-common/pull/494)
25+
26+
1. Add marcoag as codeowner
27+
* [Pull request #493](https://github.com/gazebosim/gz-common/pull/493)
28+
29+
1. CI workflow: use checkout v3
30+
* [Pull request #490](https://github.com/gazebosim/gz-common/pull/490)
31+
32+
1. Improved coverage remotery
33+
* [Pull request #467](https://github.com/gazebosim/gz-common/pull/467)
34+
35+
1. Added BVH and STL loader tests
36+
* [Pull request #466](https://github.com/gazebosim/gz-common/pull/466)
37+
38+
1. Increased Image coverage
39+
* [Pull request #465](https://github.com/gazebosim/gz-common/pull/465)
40+
341
## Gazebo Common 4.6.2 (2022-11-17)
442

543
1. Fix Capsule mesh generation.

0 commit comments

Comments
 (0)