This commit is contained in:
Jacob Perron 2023-05-09 14:50:03 -07:00
parent d75d41c638
commit ca6e477d25
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
Changelog for package libcreate Changelog for package libcreate
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.1.0 (2023-05-09)
------------------
* Address warnings and errors
* Catch boost exceptions in Serial.h
* Contributors: Swapnil Patel
3.0.0 (2022-04-06) 3.0.0 (2022-04-06)
------------------ ------------------
* Add option to workaround bug where firmware reports unexpected OI mode (`#67 <https://github.com/AutonomyLab/libcreate/issues/67>`_) * Add option to workaround bug where firmware reports unexpected OI mode (`#67 <https://github.com/AutonomyLab/libcreate/issues/67>`_)

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<package format="3"> <package format="3">
<name>libcreate</name> <name>libcreate</name>
<version>3.0.0</version> <version>3.1.0</version>
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description> <description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
<maintainer email="jacobmperron@gmail.com">Jacob Perron</maintainer> <maintainer email="jacobmperron@gmail.com">Jacob Perron</maintainer>