We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44e4ab commit 96dd1c2Copy full SHA for 96dd1c2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uart_16550"
3
-version = "0.2.15"
+version = "0.2.16"
4
authors = ["Lachlan Sneff <lachlan.sneff@gmail.com>", "Philipp Oppermann <dev@phil-opp.com>"]
5
description = "Minimal support for uart_16550 serial output."
6
license = "MIT"
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.2.16 – 2022-01-08
+
- Add `send_raw()` function to allow sending arbitrary binary data using the serial port ([#21](https://github.com/rust-osdev/uart_16550/pull/21))
7
# 0.2.15 – 2021-06-06
0 commit comments