diff --git a/Cargo.toml b/Cargo.toml index af74aa5..515f61f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uart_16550" -version = "0.2.19" +version = "0.3.0" authors = ["Lachlan Sneff ", "Philipp Oppermann "] description = "Minimal support for uart_16550 serial output." license = "MIT" diff --git a/Changelog.md b/Changelog.md index 5cf6585..2080f59 100644 --- a/Changelog.md +++ b/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)) # 0.2.19 – 2023-07-07