Skip to content

Commit 31172ac

Browse files
authored
Merge pull request #310 from rust-osdev/patch-release
Release version 0.14.6
2 parents 022598a + 7fd711b commit 31172ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.5"
25+
version = "0.14.6"
2626
edition = "2018"
2727

2828
[dependencies]

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unreleased
22

3+
# 0.14.6 – 2021-09-20
4+
5+
- New `registers::segmentation` module ([#309](https://github.com/rust-osdev/x86_64/pull/309)), containing:
6+
- `instructions::segmentation::{Segment, Segment64, CS, DS, ES, FS, GS, SS}`
7+
- `structures::gdt::SegmentSelector`
8+
- Old locations still re-export all the types, so this is not a breaking change.
9+
- Fixes build so that `cargo doc --no-default-features` succeeds.
10+
311
# 0.14.5 – 2021-09-04
412

513
- Add `ExceptionVector` enum and additional flags to `PageFaultErrorCode` ([#303](https://github.com/rust-osdev/x86_64/pull/303))

0 commit comments

Comments
 (0)