File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ dev-3.0.1]
6
+
7
+ - Increased enumeration timeout from 1 ms to 5 ms
8
+
5
9
## [ dev-3.0.0]
6
10
7
11
- Python3 support
@@ -14,5 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
18
- Improved mutex handling for non-rt operation
15
19
- Offered Top10 tactile values from BHand for higher update rates
16
20
21
+ [ dev-3.0.1 ] : https://git.barrett.com/software/libbarrett/-/tags/dev-3.0.1
17
22
[ dev-3.0.0 ] : https://git.barrett.com/software/libbarrett/-/tags/dev-3.0.0
18
23
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
3
3
project (libbarrett)
4
4
set (libbarrett_VERSION_MAJOR 3)
5
5
set (libbarrett_VERSION_MINOR 0)
6
- set (libbarrett_VERSION_PATCH 0 )
6
+ set (libbarrett_VERSION_PATCH 1 )
7
7
set (libbarrett_VERSION "${libbarrett_VERSION_MAJOR} .${libbarrett_VERSION_MINOR} .${libbarrett_VERSION_PATCH} " )
8
8
set (libbarrett_SOVERSION "${libbarrett_VERSION_MAJOR} .${libbarrett_VERSION_MINOR} " )
9
9
You can’t perform that action at this time.
0 commit comments