Skip to content

Commit f4d3dbb

Browse files
committed
Release v0.14.12
This will be the last non-breaking release before v0.15 Updates the Changelog to include all changes (except for those related to testing/CI). Signed-off-by: Joe Richey <joerichey@google.com>
1 parent f1cb4a0 commit f4d3dbb

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
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515
name = "x86_64"
1616
readme = "README.md"
1717
repository = "https://github.com/rust-osdev/x86_64"
18-
version = "0.14.11"
18+
version = "0.14.12"
1919
edition = "2018"
2020
rust-version = "1.57" # Needed to support panic! in const fns
2121

Changelog.md

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

3+
# 0.14.12 – 2023-02-09
4+
35
## New Features
46

57
- [Add `HandlerFuncType` trait](https://github.com/rust-osdev/x86_64/pull/439)
8+
- [Support `VirtAddr::from_ptr` for `T: ?Sized`](https://github.com/rust-osdev/x86_64/pull/442)
9+
- [Expose `Cr3::write_raw`](https://github.com/rust-osdev/x86_64/pull/445)
10+
11+
## Fixes
12+
13+
- [Use synchronizing assembly for `interrupts::enable`/`disable`](https://github.com/rust-osdev/x86_64/pull/440)
14+
15+
## Other Improvements
16+
17+
- [Optimize `Page::from_page_table_indices`](https://github.com/rust-osdev/x86_64/pull/456)
618

719
# 0.14.11 – 2022-09-15
820

0 commit comments

Comments
 (0)