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 d0ea82d commit 53b7a1bCopy full SHA for 53b7a1b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uart_16550"
3
-version = "0.3.1"
+version = "0.3.2"
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.3.2 – 2024-11-13
+
- Add `MmioSerialPort::new_with_stride` function ([#36](https://github.com/rust-osdev/uart_16550/pull/36))
7
# 0.3.1 – 2024-07-11
0 commit comments