Skip to content

Commit 383ad5e

Browse files
authored
🎈 4.6.0 (#452)
Signed-off-by: Michael Carroll <[email protected]>
1 parent 777429d commit 383ad5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.5.2)
6+
project(ignition-common4 VERSION 4.6.0)
77

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

Changelog.md

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

3+
## Gazebo Common 4.6.0 (2022-10-11)
4+
5+
1. All common3 changes up to 3.15.0 release
6+
7+
1. Include cstring for memcpy
8+
* [Pull request #437](https://github.com/gazebosim/gz-common/pull/437)
9+
310
## Gazebo Common 4.5.2 (2022-08-16)
411

512
1. Fix deprecation warning from new `ffmpeg`

0 commit comments

Comments
 (0)