We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6501a88 + bfd9cee commit 92245e9Copy full SHA for 92245e9
CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
- Support assigning interface name strings to the control and data interfaces
12
- Changed default baud rate from 8000 bps to 9600 bps
13
14
+### Changed
15
+- `usb-device` version bumped to 0.3.0
16
+
17
+### Fixed
18
+- [breaking] `Parity::Event` was fixed to `Parity::Even`
19
20
## [0.1.1] - 2020-10-03
21
22
## 0.1.0 - 2019-07-24
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "usbd-serial"
3
description = "USB CDC-ACM serial port class for use with usb-device."
4
-version = "0.1.1"
+version = "0.2.0"
5
edition = "2018"
6
readme = "README.md"
7
keywords = ["no-std", "usb-device"]
0 commit comments