File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
15
15
name = " x86_64"
16
16
readme = " README.md"
17
17
repository = " https://github.com/rust-osdev/x86_64"
18
- version = " 0.15.0-beta "
18
+ version = " 0.15.0"
19
19
edition = " 2018"
20
20
rust-version = " 1.59" # Needed to support inline asm and default const generics
21
21
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- # 0.15.0-beta – 2024-02-10
3
+ # 0.15.0 – 2024-03-04
4
4
5
5
## Breaking changes
6
6
24
24
- [ seal off the ` PageSize ` trait] ( https://github.com/rust-osdev/x86_64/pull/404 )
25
25
- [ idt: Fixup Options structure and cleanup set_handler_fn] ( https://github.com/rust-osdev/x86_64/pull/226 )
26
26
27
+ ## New Features
28
+
29
+ - [ implement ` Step ` for ` PageTableIndex ` ] ( https://github.com/rust-osdev/x86_64/pull/464 )
30
+
27
31
## Fixes
28
32
29
33
- [ fix typo in docs] ( https://github.com/rust-osdev/x86_64/pull/265 )
30
34
- [ activate ` feature(asm_const) ` ] ( https://github.com/rust-osdev/x86_64/pull/320 )
31
35
- [ gdt: Check that MAX is in range] ( https://github.com/rust-osdev/x86_64/pull/365 )
32
36
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
+
33
42
# 0.14.12 – 2023-02-09
34
43
35
44
## New Features
You can’t perform that action at this time.
0 commit comments