Skip to content

Commit

Permalink
chore: Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apohrebniak committed Apr 16, 2024
1 parent 36f1a6d commit 3248115
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-04-16

### Fixed

- Read data into a buffer smaller than BBB's IO buffer (https://github.com/apohrebniak/usbd-storage/pull/6).
- Cannot fail command while reading data from host (https://github.com/apohrebniak/usbd-storage/pull/5).

### Changed

- Add `#[non_exhaustive]` attribute to ScsiCommand and UfiCommand

## [0.2.0] - 2024-02-05
- Support `usb-device@0.3`

- Support `usb-device@0.3`.

## [0.1.1] - 2024-02-05
- Restrict `usb-device` dependency to supported versions: < 0.3

- Restrict `usb-device` dependency to supported versions: < 0.3.

## [0.1.0] - 2023-04-14
- Initial release

[unreleased]: https://github.com/apohrebniak/usbd-storage/compare/v0.2.0...HEAD
- Initial release.

[unreleased]: https://github.com/apohrebniak/usbd-storage/compare/v0.1.0...HEAD
[1.0.0]: https://github.com/apohrebniak/usbd-storage/releases/tag/v0.3.0
[0.2.0]: https://github.com/apohrebniak/usbd-storage/releases/tag/v0.2.0
[0.1.1]: https://github.com/apohrebniak/usbd-storage/releases/tag/v0.1.1
[0.1.0]: https://github.com/apohrebniak/usbd-storage/releases/tag/v0.1.0

0 comments on commit 3248115

Please sign in to comment.