Skip to content

Commit

Permalink
Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Nov 13, 2024
1 parent d0ea82d commit 53b7a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uart_16550"
version = "0.3.1"
version = "0.3.2"
authors = ["Lachlan Sneff <[email protected]>", "Philipp Oppermann <[email protected]>"]
description = "Minimal support for uart_16550 serial output."
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.3.2 – 2024-11-13

- Add `MmioSerialPort::new_with_stride` function ([#36](https://github.com/rust-osdev/uart_16550/pull/36))

# 0.3.1 – 2024-07-11
Expand Down

0 comments on commit 53b7a1b

Please sign in to comment.