Skip to content

Commit cccc19b

Browse files
authored
Merge pull request #463 from Freax13/release/0.15
release v0.15.0
2 parents 927f3ac + 07df122 commit cccc19b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Cargo.toml

+1-1
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

+10-1
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)