Skip to content

Commit

Permalink
Release version 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jun 6, 2021
1 parent 7c886d0 commit 2508703
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.2.14"
version = "0.2.15"
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.2.15 – 2021-06-06

- Add support for memory mapped UARTs ([#15](https://github.com/rust-osdev/uart_16550/pull/15))
- Improvements to new MMIO support ([#18](https://github.com/rust-osdev/uart_16550/pull/18))

Expand Down

0 comments on commit 2508703

Please sign in to comment.