Skip to content

Commit e503841

Browse files
committed
Updated version number to 1.2.0, updated README.md.
1 parent 7a54979 commit e503841

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif ()
1818
project (libusbp)
1919

2020
set (LIBUSBP_VERSION_MAJOR 1)
21-
set (LIBUSBP_VERSION_MINOR 1)
21+
set (LIBUSBP_VERSION_MINOR 2)
2222
set (LIBUSBP_VERSION_PATCH 0)
2323

2424
# Make 'Release' be the default build type, since the debug builds

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libusbp: Pololu USB Library
22

3-
Version: 1.1.0<br/>
4-
Release date: 2018-11-23<br/>
3+
Version: 1.2.0<br/>
4+
Release date: 2020-11-16<br/>
55
[www.pololu.com](https://www.pololu.com/)
66

77
The **Pololu USB Library** (also known as **libusbp**) is a cross-platform C library for accessing USB devices.
@@ -165,6 +165,9 @@ For detailed documentation of this library, see the header files `libusb.h` and
165165

166166
## Version history
167167

168+
* 1.2.0 (2020-11-16):
169+
* Linux: Made the library work with devices attached to the cp210x driver.
170+
* Windows: Made the library work with devices that have lowercase letters in their hardware IDs.
168171
* 1.1.0 (2018-11-23):
169172
* Added `libusbp_write_pipe`.
170173
* 1.0.4 (2017-08-29):

0 commit comments

Comments
 (0)