Skip to content

Commit

Permalink
Merge pull request #38 from rust-embedded-community/release/0.2
Browse files Browse the repository at this point in the history
Releasing v0.2.0
  • Loading branch information
eldruin authored Nov 13, 2023
2 parents 6501a88 + bfd9cee commit 92245e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Support assigning interface name strings to the control and data interfaces
- Changed default baud rate from 8000 bps to 9600 bps

### Changed
- `usb-device` version bumped to 0.3.0

### Fixed
- [breaking] `Parity::Event` was fixed to `Parity::Even`

## [0.1.1] - 2020-10-03

## 0.1.0 - 2019-07-24
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usbd-serial"
description = "USB CDC-ACM serial port class for use with usb-device."
version = "0.1.1"
version = "0.2.0"
edition = "2018"
readme = "README.md"
keywords = ["no-std", "usb-device"]
Expand Down

0 comments on commit 92245e9

Please sign in to comment.