Skip to content

Commit

Permalink
Prepare imxrt-log 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Mar 14, 2023
1 parent 7295f64 commit 8e25482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.1.1] 2023-03-14

Read the bulk OUT endpoint in the USB device logger. This resolves some poor
behaviors observed with Linux hosts.

Expand All @@ -13,4 +15,5 @@ First release. See the README and API documentation for the baseline features.
this package. Note that it may have different integration requirements; see
the package documentation to understand those requirements.

[0.1.1]: https://github.com/imxrt-rs/imxrt-hal/compare/0.1.0-log...0.1.1-log
[0.1.0]: https://github.com/imxrt-rs/imxrt-hal/releases/tag/0.1.0-log
2 changes: 1 addition & 1 deletion logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imxrt-log"
version = "0.1.0"
version = "0.1.1"
edition = { workspace = true }
description = "Logging extensions for i.MX RT processors."
repository = { workspace = true }
Expand Down

0 comments on commit 8e25482

Please sign in to comment.