Skip to content

Commit b40fdfe

Browse files
committed
Release version 0.2.17
1 parent fb35f97 commit b40fdfe

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.16"
3+
version = "0.2.17"
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

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

3+
# 0.2.17 – 2022-03-28
4+
35
- Remove stabilized nightly feature 'const_ptr_offset' ([#22](https://github.com/rust-osdev/uart_16550/pull/22))
46

57
# 0.2.16 – 2022-01-08

0 commit comments

Comments
 (0)