We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75d41c commit ca6e477Copy full SHA for ca6e477
2 files changed
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog for package libcreate
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+3.1.0 (2023-05-09)
6
+------------------
7
+* Address warnings and errors
8
+* Catch boost exceptions in Serial.h
9
+* Contributors: Swapnil Patel
10
+
11
3.0.0 (2022-04-06)
12
------------------
13
* Add option to workaround bug where firmware reports unexpected OI mode (`#67 <https://github.com/AutonomyLab/libcreate/issues/67>`_)
package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
<package format="3">
<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>
<maintainer email="jacobmperron@gmail.com">Jacob Perron</maintainer>
0 commit comments