From 7ee03b3d546c6965b75d4d5cc90ccb741aba1960 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Sat, 7 Apr 2018 17:26:13 -0700 Subject: [PATCH] 1.6.0 --- CHANGELOG.rst | 4 ++-- CMakeLists.txt | 2 +- package.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3060af..32db539 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package libcreate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +1.6.0 (2018-04-07) +------------------ * Add unit tests (gtests) * Refactor Packet API * Declare setData member as protected diff --git a/CMakeLists.txt b/CMakeLists.txt index 325f554..1fc13ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 2.8.12) project(libcreate) -set(PACKAGE_VERSION 1.5.0) +set(PACKAGE_VERSION 1.6.0) option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON) diff --git a/package.xml b/package.xml index 48b0a72..7205573 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ libcreate - 1.5.0 + 1.6.0 C++ library for interfacing with iRobot's Create 1 and Create 2 Jacob Perron