Skip to content

Commit 8060f05

Browse files
authored
Merge pull request #256 from rust-osdev/release
Bump version to 0.14.3
2 parents 9b6b48d + fd0ddb3 commit 8060f05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
2222
name = "x86_64"
2323
readme = "README.md"
2424
repository = "https://github.com/rust-osdev/x86_64"
25-
version = "0.14.2"
25+
version = "0.14.3"
2626
edition = "2018"
2727

2828
[dependencies]

Changelog.md

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

3+
# 0.14.3 – 2021-05-14
4+
35
- Make the following types aliases of the new `PortGeneric` type ([#248](https://github.com/rust-osdev/x86_64/pull/248)):
46
- `Port<T> = PortGeneric<T, ReadWriteAccess>`
57
- `PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>`

0 commit comments

Comments
 (0)