Skip to content

Commit 05b5f4f

Browse files
authored
Merge pull request #304 from rust-osdev/patch-release
Release version 0.14.5
2 parents 79ce148 + 0edc4aa commit 05b5f4f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4"
25+
version = "0.14.5"
2626
edition = "2018"
2727

2828
[dependencies]

Changelog.md

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

3+
# 0.14.5 – 2021-09-04
4+
5+
- Add `ExceptionVector` enum and additional flags to `PageFaultErrorCode` ([#303](https://github.com/rust-osdev/x86_64/pull/303))
6+
- Add `clean_up` and `clean_up_with_filter` methods to deallocate unused page tables ([#264](https://github.com/rust-osdev/x86_64/pull/264))
7+
- Rename some XCr0 and CR4 flags (#[275](https://github.com/rust-osdev/x86_64/pull/275))
8+
- Expose `MapperFlush::new` and `MapperFlushAll::new` constructor functions ([#296](https://github.com/rust-osdev/x86_64/pull/296))
9+
- Use `#[cfg(doc)]` instead of docs.rs-specific cfg flag (#[287](https://github.com/rust-osdev/x86_64/pull/287))
10+
- Some documentation updates:
11+
- Update segment register references in `GDT::load*` method to non-deprecated methods ([#301](https://github.com/rust-osdev/x86_64/pull/301))
12+
- Remove a panic note ([#300](https://github.com/rust-osdev/x86_64/pull/300))
13+
- Update `bit_field` dependency ([#306](https://github.com/rust-osdev/x86_64/pull/306))
14+
315
# 0.14.4 – 2021-07-19
416

517
- Add `instructions::tables::sgdt` ([#279](https://github.com/rust-osdev/x86_64/pull/279))

0 commit comments

Comments
 (0)