File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
22
name = " x86_64"
23
23
readme = " README.md"
24
24
repository = " https://github.com/rust-osdev/x86_64"
25
- version = " 0.12.3 "
25
+ version = " 0.13.0 "
26
26
edition = " 2018"
27
27
28
28
[dependencies ]
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.13.0 – 2020-12-28
4
+
3
5
- ** Breaking:** Also return flags for ` MapperAllSizes::translate() ` ([ #207 ] ( https://github.com/rust-osdev/x86_64/pull/207 ) )
4
6
- ** Breaking:** Restructure the ` TranslateResult ` type and create separate ` Translate ` trait ([ #211 ] ( https://github.com/rust-osdev/x86_64/pull/211 ) )
5
7
- ** Breaking:** Rename ` PhysToVirt ` trait to ` PageTableFrameMapping ` ([ #214 ] ( https://github.com/rust-osdev/x86_64/pull/214 ) )
You can’t perform that action at this time.
0 commit comments