Skip to content

Commit 92245e9

Browse files
authored
Merge pull request #38 from rust-embedded-community/release/0.2
Releasing v0.2.0
2 parents 6501a88 + bfd9cee commit 92245e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- Support assigning interface name strings to the control and data interfaces
1212
- Changed default baud rate from 8000 bps to 9600 bps
1313

14+
### Changed
15+
- `usb-device` version bumped to 0.3.0
16+
17+
### Fixed
18+
- [breaking] `Parity::Event` was fixed to `Parity::Even`
19+
1420
## [0.1.1] - 2020-10-03
1521

1622
## 0.1.0 - 2019-07-24

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "usbd-serial"
33
description = "USB CDC-ACM serial port class for use with usb-device."
4-
version = "0.1.1"
4+
version = "0.2.0"
55
edition = "2018"
66
readme = "README.md"
77
keywords = ["no-std", "usb-device"]

0 commit comments

Comments
 (0)