Skip to content

Commit

Permalink
Bumped version to v0.1.2 and updated CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Oct 18, 2023
1 parent 4167c93 commit 6fb5467
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### v0.1.1 2023-07-13
## [v0.1.2](https://github.com/fpagliughi/yusb/compare/v0.1.1..v0.1.2) 2023-10-18

- Trim nul chars off the end of descriptor strings.


## v0.1.1 2023-07-13

- Cleaned up `Devices`, the iterator for `DeviceList`.
- Added IntoIterator for `DeviceList`. Can now do for loops over the device list itself.
Expand All @@ -15,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fixed Windows build warning


### v0.1.0 2023-07-08
## v0.1.0 2023-07-08

Initial fork of [rusb](https://github.com/a1ien/rusb) with modifications from [personal fork](https://github.com/fpagliughi/rusb/tree/cleanup)

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 = "yusb"
version = "0.1.2-pre.0"
version = "0.1.2"
authors = [
"Frank Pagliughi <[email protected]>",
"Ilya Averyanov <[email protected]>",
Expand Down

0 comments on commit 6fb5467

Please sign in to comment.