Skip to content

Commit 378d468

Browse files
committed
Release version 0.3.0
1 parent 106d79d commit 378d468

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uart_16550"
3-
version = "0.2.19"
3+
version = "0.3.0"
44
authors = ["Lachlan Sneff <lachlan.sneff@gmail.com>", "Philipp Oppermann <dev@phil-opp.com>"]
55
description = "Minimal support for uart_16550 serial output."
66
license = "MIT"

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.3.0 – 2023-08-04
4+
35
- Internal rewrite of port operations to work on both `x86` and `x86_64` ([#29](https://github.com/rust-osdev/uart_16550/pull/29))
46

57
# 0.2.19 – 2023-07-07

0 commit comments

Comments
 (0)