Skip to content

Commit 07df122

Browse files
committed
release v0.15.0
1 parent 927f3ac commit 07df122

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.15.0-beta"
18+
version = "0.15.0"
1919
edition = "2018"
2020
rust-version = "1.59" # Needed to support inline asm and default const generics
2121

Changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
# 0.15.0-beta – 2024-02-10
3+
# 0.15.0 – 2024-03-04
44

55
## Breaking changes
66

@@ -24,12 +24,21 @@
2424
- [seal off the `PageSize` trait](https://github.com/rust-osdev/x86_64/pull/404)
2525
- [idt: Fixup Options structure and cleanup set_handler_fn](https://github.com/rust-osdev/x86_64/pull/226)
2626

27+
## New Features
28+
29+
- [implement `Step` for `PageTableIndex`](https://github.com/rust-osdev/x86_64/pull/464)
30+
2731
## Fixes
2832

2933
- [fix typo in docs](https://github.com/rust-osdev/x86_64/pull/265)
3034
- [activate `feature(asm_const)`](https://github.com/rust-osdev/x86_64/pull/320)
3135
- [gdt: Check that MAX is in range](https://github.com/rust-osdev/x86_64/pull/365)
3236

37+
## Other Improvements
38+
39+
- [allow inlining Step methods](https://github.com/rust-osdev/x86_64/pull/464)
40+
- [constify more `Page` and `PageTableIndex` functions](https://github.com/rust-osdev/x86_64/pull/464)
41+
3342
# 0.14.12 – 2023-02-09
3443

3544
## New Features

0 commit comments

Comments
 (0)