Skip to content

Commit bb82677

Browse files
authored
Merge pull request #331 from rust-osdev/release
Release version 0.14.7
2 parents e94d694 + 680d098 commit bb82677

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
2222
name = "x86_64"
2323
readme = "README.md"
2424
repository = "https://github.com/rust-osdev/x86_64"
25-
version = "0.14.6"
25+
version = "0.14.7"
2626
edition = "2018"
2727

2828
[dependencies]

Changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Unreleased
22

3+
# 0.14.7 – 2021-12-18
4+
5+
- fix: build error on the latest nightly ([#329](https://github.com/rust-osdev/x86_64/pull/329))
6+
- add `set_general_handler` macro ([#285](https://github.com/rust-osdev/x86_64/pull/285))
7+
- Derive common traits for number, range and enum types ([#315](https://github.com/rust-osdev/x86_64/pull/315))
8+
- Add the VMM Communication Exception (`#VC`) to the `InterruptDescriptorTable` ([#313](https://github.com/rust-osdev/x86_64/pull/313))
9+
- fix: enable manipulation of `InterruptStackFrame` ([#312](https://github.com/rust-osdev/x86_64/pull/312))
10+
- fix docs for `page_table_index` ([#318](https://github.com/rust-osdev/x86_64/pull/318))
11+
- Remove redundant alignment check ([#314](https://github.com/rust-osdev/x86_64/pull/314))
12+
- fix(idt): fix panic messages for `index` and `#VC` ([#321](https://github.com/rust-osdev/x86_64/pull/321))
13+
- remove `const_assert!` in favor of std's `assert!` ([#326](https://github.com/rust-osdev/x86_64/pull/326))
14+
- Move bootloader integration test to separate CI job ([#330](https://github.com/rust-osdev/x86_64/pull/330))
15+
316
# 0.14.6 – 2021-09-20
417

518
- New `registers::segmentation` module ([#309](https://github.com/rust-osdev/x86_64/pull/309)), containing:

0 commit comments

Comments
 (0)