Skip to content

Commit

Permalink
Merge pull request #256 from rust-osdev/release
Browse files Browse the repository at this point in the history
Bump version to 0.14.3
  • Loading branch information
phil-opp authored May 22, 2021
2 parents 9b6b48d + fd0ddb3 commit 8060f05
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
Expand Up @@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
name = "x86_64"
readme = "README.md"
repository = "https://github.com/rust-osdev/x86_64"
version = "0.14.2"
version = "0.14.3"
edition = "2018"

[dependencies]
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.14.3 – 2021-05-14

- Make the following types aliases of the new `PortGeneric` type ([#248](https://github.com/rust-osdev/x86_64/pull/248)):
- `Port<T> = PortGeneric<T, ReadWriteAccess>`
- `PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>`
Expand Down

0 comments on commit 8060f05

Please sign in to comment.