Skip to content

Commit

Permalink
Prepare for 0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Oct 25, 2023
1 parent f7cb395 commit f58c903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.x.x
## 0.5.0

### Bug fixes

Expand Down
7 changes: 5 additions & 2 deletions Cargo.toml
@@ -1,10 +1,13 @@
[package]
name = "aarch64-paging"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library to manipulate AArch64 VMSA EL1 page tables."
authors = ["Ard Biesheuvel <ardb@google.com>", "Andrew Walbran <qwandor@google.com>"]
authors = [
"Ard Biesheuvel <ardb@google.com>",
"Andrew Walbran <qwandor@google.com>",
]
repository = "https://github.com/google/aarch64-paging"
keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"]
categories = ["embedded", "no-std", "hardware-support"]
Expand Down

0 comments on commit f58c903

Please sign in to comment.