We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106d79d commit 378d468Copy full SHA for 378d468
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uart_16550"
3
-version = "0.2.19"
+version = "0.3.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.3.0 – 2023-08-04
+
- Internal rewrite of port operations to work on both `x86` and `x86_64` ([#29](https://github.com/rust-osdev/uart_16550/pull/29))
7
# 0.2.19 – 2023-07-07
0 commit comments