Skip to content

Commit

Permalink
Merge pull request #178 from h7x4/bump-to-0.9.3
Browse files Browse the repository at this point in the history
Prepare release for rusb 0.9.3
  • Loading branch information
a1ien authored Aug 25, 2023
2 parents c7d08c7 + f9e6d05 commit abeaa1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

## 0.9.3
* impl serde::{Serialize, Deserialize} for public enums [#167]
* Update deprecated doc link about language identifiers [#165]
* Fix changelog URLs for 0.9.2 [#164]


[#167]: https://github.com/a1ien/rusb/pull/167
[#165]: https://github.com/a1ien/rusb/pull/165
[#164]: https://github.com/a1ien/rusb/pull/164

## 0.9.2
* Random corrections around the code [#127]
* examples: list_devices: Add vendor and product name [#128]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusb"
version = "0.9.2"
version = "0.9.3"
authors = ["David Cuddeback <[email protected]>", "Ilya Averyanov <[email protected]>"]
description = "Rust library for accessing USB devices."
license = "MIT"
Expand Down

0 comments on commit abeaa1f

Please sign in to comment.