From 4da41d950c23cf0ffa1b8a3506e0321312a55366 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Mon, 2 Aug 2021 13:54:46 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Carroll --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67143e7d9..80e403ea6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-common4 VERSION 4.1.0) +project(ignition-common4 VERSION 4.2.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 52764743f..4482e4a42 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ ## Ignition Common 4.X.X (202X-XX-XX) +## Ignition Common 4.2.0 (2021-08-02) + +1. Export lights to dae + * [Pull request #228](https://github.com/ignitionrobotics/ign-common/pull/228) + +1. Add cstring for std::memcpy + * [Pull request #230](https://github.com/ignitionrobotics/ign-common/pull/230) + ## Ignition Common 4.1.0 (2021-06-22) 1. Make KeyEvent rule-of-five compliant