Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
This will be the final 1.x release before 2.0 is released.
  • Loading branch information
apartridge committed Jun 26, 2020
1 parent 0b57090 commit a36752f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This project adheres to [Semantic Versioning](https://semver.org).

## 1.1.0

* Updated the Intel OpenCL CPU runtime driver used in CI tests. This makes the CI tests
stable again.
* Fixed a unit test that failed due to a missing sleep.
* Enabled unit tests for the Capture Assistant.
* Other minor improvements to README.md.
* Bumped minimum Zivid SDK version to 1.8.0.

## 1.0.0

* Added support for Capture Assistant. Added new service "capture_assistant/suggest_settings"
Expand Down
2 changes: 1 addition & 1 deletion zivid_camera/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>zivid_camera</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>Driver for using the Zivid 3D cameras in ROS.</description>
<maintainer email="[email protected]">Zivid</maintainer>
<license>BSD3</license>
Expand Down
2 changes: 1 addition & 1 deletion zivid_samples/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>zivid_samples</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>Contains C++ and Python samples demonstrating
use of the zivid_camera package.</description>
<maintainer email="[email protected]">Zivid</maintainer>
Expand Down

0 comments on commit a36752f

Please sign in to comment.