Skip to content

Commit e824cf6

Browse files
authored
Merge pull request #200 from rust-osdev/release
Release version 0.12.3
2 parents 5b2900c + eb1149f commit e824cf6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Cargo.toml

+3-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.12.2"
25+
version = "0.12.3"
2626
edition = "2018"
2727

2828
[dependencies]
@@ -48,3 +48,5 @@ pre-release-replacements = [
4848
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
4949
]
5050
pre-release-commit-message = "Release version {{version}}"
51+
disable-push = true
52+
disable-publish = true

Changelog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Unreleased
22

3-
- Use `asm!` instead of perma-unstable `llvm_asm!` macro
3+
# 0.12.3 – 2020-10-31
4+
5+
- Use `asm!` instead of perma-unstable `llvm_asm!` macro ([#165](https://github.com/rust-osdev/x86_64/pull/165))
6+
- Make `GlobalDescriptorTable::add_entry` a const fn ([#191](https://github.com/rust-osdev/x86_64/pull/191))
47
- Rename `enable_interrupts_and_hlt` to `enable_and_hlt` ([#206](https://github.com/rust-osdev/x86_64/pull/206))
8+
- Provide functions for accessing the underlying L4 table for mapper types ([#184](https://github.com/rust-osdev/x86_64/pull/184))
9+
- Remove Trait constraint for `Port::new()` ([#188](https://github.com/rust-osdev/x86_64/pull/188))
510

611
# 0.12.2 – 2020-09-29
712

0 commit comments

Comments
 (0)