Skip to content

Commit 53b7a1b

Browse files
committed
Release version 0.3.2
1 parent d0ea82d commit 53b7a1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: 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.3.1"
3+
version = "0.3.2"
44
authors = ["Lachlan Sneff <[email protected]>", "Philipp Oppermann <[email protected]>"]
55
description = "Minimal support for uart_16550 serial output."
66
license = "MIT"

Diff for: Changelog.md

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

3+
# 0.3.2 – 2024-11-13
4+
35
- Add `MmioSerialPort::new_with_stride` function ([#36](https://github.com/rust-osdev/uart_16550/pull/36))
46

57
# 0.3.1 – 2024-07-11

0 commit comments

Comments
 (0)