This commit is contained in:
Jacob Perron 2018-04-07 17:26:13 -07:00
parent bb284be503
commit 7ee03b3d54
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>libcreate</name>
<version>1.5.0</version>
<version>1.6.0</version>
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
<maintainer email="jperron@sfu.ca">Jacob Perron</maintainer>