Skip to content

Commit 2508703

Browse files
committed
Release version 0.2.15
1 parent 7c886d0 commit 2508703

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uart_16550"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
authors = ["Lachlan Sneff <[email protected]>", "Philipp Oppermann <[email protected]>"]
55
description = "Minimal support for uart_16550 serial output."
66
license = "MIT"

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.2.15 – 2021-06-06
4+
35
- Add support for memory mapped UARTs ([#15](https://github.com/rust-osdev/uart_16550/pull/15))
46
- Improvements to new MMIO support ([#18](https://github.com/rust-osdev/uart_16550/pull/18))
57

0 commit comments

Comments
 (0)