Skip to content

Commit 39b4906

Browse files
committed
release v1.0.0
1 parent c35c052 commit 39b4906

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rcdiscover
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2019-06-04)
6+
------------------
7+
8+
* fix wildcard matching
9+
* allow filtering by interface
10+
* print interface on which the device was found
11+
* also build shared lib for use in other packages
12+
* make it possible to release as ROS third party package
13+
514
0.9.2 (2019-01-10)
615
------------------
716

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rcdiscover</name>
4-
<version>0.9.2</version>
4+
<version>1.0.0</version>
55
<description>
66
This package contains tools for the discovery of rc_visard sensors via GigE Vision.
77
</description>

0 commit comments

Comments
 (0)