Skip to content

Commit

Permalink
Merge pull request #463 from Freax13/release/0.15
Browse files Browse the repository at this point in the history
release v0.15.0
  • Loading branch information
Freax13 authored Mar 4, 2024
2 parents 927f3ac + 07df122 commit cccc19b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
name = "x86_64"
readme = "README.md"
repository = "https://github.com/rust-osdev/x86_64"
version = "0.15.0-beta"
version = "0.15.0"
edition = "2018"
rust-version = "1.59" # Needed to support inline asm and default const generics

Expand Down
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

# 0.15.0-beta – 2024-02-10
# 0.15.0 – 2024-03-04

## Breaking changes

Expand All @@ -24,12 +24,21 @@
- [seal off the `PageSize` trait](https://github.com/rust-osdev/x86_64/pull/404)
- [idt: Fixup Options structure and cleanup set_handler_fn](https://github.com/rust-osdev/x86_64/pull/226)

## New Features

- [implement `Step` for `PageTableIndex`](https://github.com/rust-osdev/x86_64/pull/464)

## Fixes

- [fix typo in docs](https://github.com/rust-osdev/x86_64/pull/265)
- [activate `feature(asm_const)`](https://github.com/rust-osdev/x86_64/pull/320)
- [gdt: Check that MAX is in range](https://github.com/rust-osdev/x86_64/pull/365)

## Other Improvements

- [allow inlining Step methods](https://github.com/rust-osdev/x86_64/pull/464)
- [constify more `Page` and `PageTableIndex` functions](https://github.com/rust-osdev/x86_64/pull/464)

# 0.14.12 – 2023-02-09

## New Features
Expand Down

0 comments on commit cccc19b

Please sign in to comment.