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 27205be commit 9a46f42Copy full SHA for 9a46f42
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uart_16550"
3
-version = "0.3.2"
+version = "0.4.0"
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.4.0 – 2025-07-24
+
- [Update `send` function to replace `\n` with `\r\n`](https://github.com/rust-osdev/uart_16550/pull/40)
7
# 0.3.2 – 2024-11-13
0 commit comments