From 7f01bae8927438d731972809ee8d4327529381f3 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Wed, 17 Feb 2021 10:17:44 -0800 Subject: [PATCH] 6.3.0 prep Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4b717cf..f291435b 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-msgs6 VERSION 6.2.0) +project(ignition-msgs6 VERSION 6.3.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 0c6e2ef4..c3595889 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ ## Ignition Msgs 6.x -### Ignition Msgs 6.x.x +### Ignition Msgs 6.x.x (2021-xx-xx) + +### Ignition Msgs 6.3.0 (2021-02-17) + +1. Particle emitter message. + * [Pull request 127](https://github.com/ignitionrobotics/ign-msgs/pull/127) + +1. Add std:: to strings in Generator.cc/hh + * [Pull request 129](https://github.com/ignitionrobotics/ign-msgs/pull/129) + +1. Add windows installation; move installation in README to tutorial + * [Pull request 126](https://github.com/ignitionrobotics/ign-msgs/pull/126) + +1. Includes changes found in version 5.6.0. ### Ignition Msgs 6.2.0 (2020-12-22)